From 844a1bc5180c3de3e8e486ae7b6136778c943262 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 17 Oct 2024 15:25:19 -0400 Subject: [PATCH] Do NOT explicitly install libfuse2t64 -- not present on 24.04 to which GHA switched recently --- .github/workflows/build-ubuntu.yaml | 1 - .github/workflows/template/build-{{ostype}}.yaml.j2 | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build-ubuntu.yaml b/.github/workflows/build-ubuntu.yaml index 2ab8185b43..2db7fb7276 100644 --- a/.github/workflows/build-ubuntu.yaml +++ b/.github/workflows/build-ubuntu.yaml @@ -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 diff --git a/.github/workflows/template/build-{{ostype}}.yaml.j2 b/.github/workflows/template/build-{{ostype}}.yaml.j2 index 2326a90bc8..23850aac93 100644 --- a/.github/workflows/template/build-{{ostype}}.yaml.j2 +++ b/.github/workflows/template/build-{{ostype}}.yaml.j2 @@ -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