Skip to content

Commit

Permalink
ci: Install runc
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 11, 2024
1 parent 115c170 commit f6fd783
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 @@ -448,6 +448,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@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3
with:
Expand Down

0 comments on commit f6fd783

Please sign in to comment.