From d9c4e74d9ae50773e5a27c991237015c943b24ee Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Wed, 20 Dec 2023 14:46:44 -0800 Subject: [PATCH] Updated workflow --- .github/workflows/apptainer-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/apptainer-image.yml b/.github/workflows/apptainer-image.yml index f1daf12..0c587eb 100644 --- a/.github/workflows/apptainer-image.yml +++ b/.github/workflows/apptainer-image.yml @@ -26,6 +26,7 @@ jobs: - name: Install Apptainer run: | set -eux + mkdir -p "${SETUP_DOWNLOADS_DIR}" [ -r "${SETUP_DOWNLOADS_DIR}/apptainer-${APPTAINER_VERSION}.deb" ] || curl -o "${SETUP_DOWNLOADS_DIR}/apptainer-${APPTAINER_VERSION}.deb" -L https://github.com/apptainer/apptainer/releases/download/v${APPTAINER_VERSION}/apptainer_${APPTAINER_VERSION}_amd64.deb sudo apt install -y "./${SETUP_DOWNLOADS_DIR}/apptainer-${APPTAINER_VERSION}.deb" - name: Check out code for the container build