File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 name : Fast builds
2424 # needs: [CodeChecks]
2525 uses : ./.github/workflows/reusable_fast.yml
26- # Build:
27- # name: Basic builds
28- # needs: [FastBuild]
29- # uses: ./.github/workflows/reusable_basic.yml
26+ Build :
27+ name : Basic builds
28+ # needs: [FastBuild]
29+ uses : ./.github/workflows/reusable_basic.yml
3030 # DevDax:
3131 # needs: [FastBuild]
3232 # uses: ./.github/workflows/reusable_dax.yml
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 container :
2020 image : ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
21- options : --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
21+ options : --user ubuntu --cap-add=SYS_NICE --cap-add=SYS_PTRACE
2222 volumes :
2323 - ${{ github.workspace }}:${{ github.workspace }}
2424 strategy :
You can’t perform that action at this time.
0 commit comments