Skip to content

Commit

Permalink
install uuid-dev before building singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Mar 4, 2024
1 parent 0b5512f commit d070762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ function download
return $?
}

# Install Singularity deps:

sudo apt-get update && sudo apt-get -y install uuid-dev

# Install Singularity
download && \
tar -xzf singularity-${VERSION}.tar.gz && \
Expand Down

0 comments on commit d070762

Please sign in to comment.