Skip to content

Commit

Permalink
fix: install munge for the GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Nov 20, 2024
1 parent 9bc8bdb commit cbc3257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Install deps
run: sudo apt-get install -y munge
- name: configure
run: ./configure --enable-multiple-slurmd --prefix=/tmp/slurm/
- name: make
Expand Down

0 comments on commit cbc3257

Please sign in to comment.