Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 31, 2024
1 parent b07c4b4 commit 34bb44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
apptainer-version: 1.2.5
- name: build
run: apptainer build --fakeroot iguana.sif apptainer/iguana.def
- run: apptainer run image.sif dnf info fmt
- run: apptainer run image.sif dnf info yaml-cpp
- run: apptainer run iguana.sif dnf info fmt
- run: apptainer run iguana.sif dnf info yaml-cpp

# dependencies
#########################################################
Expand Down

0 comments on commit 34bb44f

Please sign in to comment.