From 34bb44f8de31d69253cb6368a7fcee7e78497c11 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Wed, 31 Jan 2024 10:23:15 -0500 Subject: [PATCH] fix: typo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08f45755..0344e67e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 #########################################################