Skip to content

Commit

Permalink
ci: sudo make dir (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 authored Mar 18, 2024
1 parent efd10bf commit e70b0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
export PATH=$PATH:/usr/local/go/bin
cd singularity
./mconfig --without-suid
make -C ./builddir
sudo make -C ./builddir
sudo make -C ./builddir install
cd ..
- name: Build sif container
Expand Down

0 comments on commit e70b0c0

Please sign in to comment.