Skip to content

Commit 2fbac0c

Browse files
committed
ci: Fix workflow
1 parent 78913cf commit 2fbac0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
build:
1111
name: Build with Slurm ${{ matrix.slurm }}
1212
runs-on: ubuntu-latest
13-
container: ${{ matrix.container }}
13+
container:
14+
image: ${{ matrix.container }}
15+
options: --user root
1416

1517
env:
1618
SOURCEDIR: ${{ github.workspace }}
@@ -34,7 +36,7 @@ jobs:
3436

3537
steps:
3638
- name: Install dependencies
37-
run: sudo apt-get install -y cmake ninja-build libslurm-dev
39+
run: apt-get install -y cmake ninja-build libslurm-dev
3840

3941
- uses: actions/checkout@v4
4042

0 commit comments

Comments
 (0)