Skip to content

Commit

Permalink
Do NOT explicitly install libfuse2t64 -- not present on 24.04 to whic…
Browse files Browse the repository at this point in the history
…h GHA switched recently
  • Loading branch information
yarikoptic committed Oct 17, 2024
1 parent 1929a4f commit 844a1bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
codename="$(lsb_release -cs)"
arch="$(dpkg --print-architecture)"
cd /tmp
sudo apt-get install libfuse2t64
wget -O singularity-ce.deb https://github.com/sylabs/singularity/releases/download/$release/singularity-ce_${release#v}-${codename}_$arch.deb
sudo dpkg -i singularity-ce.deb || :
sudo apt-get install -f
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
codename="$(lsb_release -cs)"
arch="$(dpkg --print-architecture)"
cd /tmp
sudo apt-get install libfuse2t64
wget -O singularity-ce.deb https://github.com/sylabs/singularity/releases/download/$release/singularity-ce_${release#v}-${codename}_$arch.deb
sudo dpkg -i singularity-ce.deb || :
sudo apt-get install -f
Expand Down

0 comments on commit 844a1bc

Please sign in to comment.