Skip to content

Commit

Permalink
Actions should use runner user, not root
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent 08d2c08 commit ef22d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/qno/rack-plugin-toolchain-win-linux
options: --user root
options: --user 1001
strategy:
matrix:
platform: [win-x64, lin-x64]
Expand Down

0 comments on commit ef22d88

Please sign in to comment.