Skip to content

Commit

Permalink
Build SIF Action: Updated SingularityCE download URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobthebanana committed Oct 30, 2024
1 parent 7f14ed7 commit dc5b68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Install Prerequisites
run: |
sudo apt-get update && sudo apt-get install \
apt-get update && apt-get install -y \
autoconf \
automake \
cryptsetup \
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install SingularityCE
run: |
export VERSION=4.2.1
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce_${VERSION}_amd64.deb
wget 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 dc5b68a

Please sign in to comment.