Skip to content

Commit

Permalink
Use old Singularity debian file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 24, 2022
1 parent 4096f60 commit 76c4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install Singularity
working-directory: ../deps
run: |
wget --no-verbose http://ftp.se.debian.org/debian/pool/main/s/singularity-container/singularity-container_3.5.2+ds2-1_amd64.deb -O singularity.deb
wget --no-verbose https://www.ida.liu.se/~jense56/files/singularity-container_3.5.2+ds1-1_amd64.deb -O singularity.deb
sudo dpkg -i singularity.deb
rm singularity.deb
Expand Down

0 comments on commit 76c4fb7

Please sign in to comment.