Skip to content

Commit

Permalink
fix: use an apptainer setup action, since not found in apt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 31, 2024
1 parent 411c5cb commit ed772a9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install apptainer
run: |
sudo apt update
apt search apptainer
# sudo apt upgrade
# sudo apt -y install apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.2.5
- name: build
run: apptainer build --fakeroot iguana.sif apptainer/iguana.def
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ed772a9

Please sign in to comment.