Skip to content

Commit cbc3257

Browse files
committed
fix: install munge for the GH action
1 parent 9bc8bdb commit cbc3257

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/[email protected]
15+
- name: Install deps
16+
run: sudo apt-get install -y munge
1517
- name: configure
1618
run: ./configure --enable-multiple-slurmd --prefix=/tmp/slurm/
1719
- name: make

0 commit comments

Comments
 (0)