Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Dec 22, 2023
1 parent 8ae9a7d commit b54e7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apptainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
set -euxo pipefail
[[ -r "${SETUP_DOWNLOADS_DIR}/apptainer-${APPTAINER_VERSION}.deb" ]] || curl -L https://github.com/apptainer/apptainer/releases/download/v${APPTAINER_VERSION}/apptainer_${APPTAINER_VERSION}_amd64.deb -o "${SETUP_DOWNLOADS_DIR}/apptainer-${APPTAINER_VERSION}.deb"
dpkg --install --force-depends "$_" && apt-get install --fix-broken --yes --quiet "$_"
sudo dpkg --install --force-depends "$_" && sudo apt-get install --fix-broken --yes --quiet "$_"
apptainer --version
- name: Build Container
run: |
Expand Down

0 comments on commit b54e7f6

Please sign in to comment.