We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ea783 commit bec7006Copy full SHA for bec7006
.github/workflows/reusable_basic.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
container:
20
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
21
- options: --user ubuntu --cap-add=SYS_NICE --cap-add=SYS_PTRACE
+ options: --user 1000 --cap-add=SYS_NICE --cap-add=SYS_PTRACE
22
volumes:
23
- ${{ github.workspace }}:${{ github.workspace }}
24
strategy:
0 commit comments