Skip to content

Commit

Permalink
ci: Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Feb 26, 2024
1 parent 78913cf commit 545deb6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:

jobs:
build:
name: Build with Slurm ${{ matrix.slurm }}
name: Slurm ${{ matrix.slurm }}
runs-on: ubuntu-latest
container: ${{ matrix.container }}
container:
image: ${{ matrix.container }}
options: --user root

env:
SOURCEDIR: ${{ github.workspace }}
Expand All @@ -33,8 +35,9 @@ jobs:
slurm: 23.11

steps:
- name: Install dependencies
run: sudo apt-get install -y cmake ninja-build libslurm-dev
- run: apt-get update -y

- run: apt-get install -y cmake ninja-build libslurm-dev

- uses: actions/checkout@v4

Expand Down

0 comments on commit 545deb6

Please sign in to comment.