Skip to content

Commit

Permalink
Build SIF Action: Added "-O" args in wget command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobthebanana committed Oct 30, 2024
1 parent d9a5978 commit 25f10e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Install SingularityCE
run: |
export VERSION=4.2.1
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce_${VERSION}-noble_amd64.deb
wget -O singularity-ce_amd64.deb \
https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce_${VERSION}-noble_amd64.deb
sudo dpkg -i singularity-ce_${VERSION}_amd64.deb
- name: Build Singularity Image
Expand Down

0 comments on commit 25f10e8

Please sign in to comment.