Skip to content

Commit 5c0eb49

Browse files
committed
another edit
1 parent d33ff5d commit 5c0eb49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/container-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
with:
1414
path: pr
1515

16-
- name: Set up Singularity Images
16+
- name: Set up & Build Images
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install -y software-properties-common apptainer openssh-client
19+
sudo apt-get install -y software-properties-common openssh-client
2020
sudo add-apt-repository -y ppa:apptainer/ppa
21+
sudo apt-get install -y apptainer
2122
sudo apptainer config fakeroot --enable $(whoami)
2223
(cd pr/.github/workflows/images && sudo apptainer build mfc_cpu.sif Singularity.cpu)
2324

0 commit comments

Comments
 (0)