File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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_ADMIN
23+ options : --user test_user --cap-add=SYS_NICE --cap-add= SYS_ADMIN -v /proc:/proc:ro -v /sys:/sys:ro
2424 volumes :
2525 - ${{ github.workspace }}:${{ github.workspace }}
2626 strategy :
Original file line number Diff line number Diff line change 1818 container :
1919 # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
2020 image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
21- options : --user test_user --cap-add SYS_ADMIN
21+ options : --user test_user --cap-add=SYS_NICE --cap-add= SYS_ADMIN -v /proc:/proc:ro -v /sys:/sys:ro
2222 volumes :
2323 - ${{ github.workspace }}:${{ github.workspace }}
2424 strategy :
You can’t perform that action at this time.
0 commit comments