Skip to content

Commit 5fa3404

Browse files
committed
.
1 parent 19821bc commit 5fa3404

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
1717
container:
1818
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
19-
# options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
20-
options: --user test_user --privileged
19+
options: --user 1000 --cap-add=SYS_NICE --cap-add=SYS_PTRACE
2120
volumes:
2221
- ${{ github.workspace }}:${{ github.workspace }}
2322
strategy:

0 commit comments

Comments
 (0)