Skip to content

Commit

Permalink
Build SIF Action: Cleaned up whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobthebanana committed Oct 30, 2024
1 parent d0e4081 commit 7f14ed7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ on:

jobs:
build-singularity-image:
runs-on: debian-latest
runs-on: ubuntu-latest
steps:
- name: Install Prerequisites
run: |
sudo apt-get update && sudo apt-get install -y \
autoconf \
automake \
cryptsetup \
fuse \
fuse2fs \
git \
libfuse-dev \
libglib2.0-dev \
libseccomp-dev \
libtool \
pkg-config \
runc \
squashfs-tools \
squashfs-tools-ng \
uidmap \
wget \
sudo apt-get update && sudo apt-get install \
autoconf \
automake \
cryptsetup \
fuse \
fuse2fs \
git \
libfuse-dev \
libglib2.0-dev \
libseccomp-dev \
libtool \
pkg-config \
runc \
squashfs-tools \
squashfs-tools-ng \
uidmap \
wget \
zlib1g-dev
- name: Install SingularityCE
Expand Down

0 comments on commit 7f14ed7

Please sign in to comment.