Skip to content

Commit 8bf7ba2

Browse files
committed
.
1 parent 1fc9c2c commit 8bf7ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
container:
2020
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
21-
options: --user 1000 --cap-add=SYS_NICE --cap-add=SYS_PTRACE
21+
options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
2222
volumes:
2323
- ${{ github.workspace }}:${{ github.workspace }}
2424
strategy:

0 commit comments

Comments
 (0)