Skip to content

Commit

Permalink
Build SIF Action: Updated OS target release of singularity deb packag…
Browse files Browse the repository at this point in the history
…e to download.
  • Loading branch information
jacobthebanana committed Oct 30, 2024
1 parent 82bd072 commit e452232
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 @@ -34,7 +34,7 @@ jobs:
run: |
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
https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce_${VERSION}-focal_amd64.deb
sudo dpkg -i singularity-ce_amd64.deb
- name: Build Singularity Image
Expand Down

0 comments on commit e452232

Please sign in to comment.