Skip to content

Commit 2bf7d54

Browse files
authored
add back without suid
1 parent 0337f9a commit 2bf7d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsingularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: |
3636
cd singularity
37-
./mconfig -p /usr/local/
37+
./mconfig --without-suid -p /usr/local/
3838
make -C ./builddir
3939
sudo make -C ./builddir install
4040
cd ..

0 commit comments

Comments
 (0)