Skip to content

Commit 5c23505

Browse files
committed
.
1 parent b083aca commit 5c23505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
container:
2121
# image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
2222
image: ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23-
options: --user test_user --cap-add=SYS_NICE
23+
# options: --user test_user --cap-add=SYS_NICE
24+
options: --user test_user --privileged
2425
volumes:
2526
- ${{ github.workspace }}:${{ github.workspace }}
2627
strategy:

0 commit comments

Comments
 (0)