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 25f10e8 commit 82bd072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
export VERSION=4.2.1
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
sudo dpkg -i singularity-ce_amd64.deb
- name: Build Singularity Image
run: |
Expand Down

0 comments on commit 82bd072

Please sign in to comment.