Skip to content

Commit

Permalink
ci: Install runc
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 26, 2023
1 parent a213ad8 commit c27c938
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,11 @@ jobs:
mkdir -p $NXF_SINGULARITY_CACHEDIR
mkdir -p $NXF_SINGULARITY_LIBRARYDIR
# For OCI images
- name: Install runc
if: matrix.profile == 'singularity'
run: sudo apt-get install -y runc

- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit c27c938

Please sign in to comment.