Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
johanneskoester and coderabbitai[bot] authored Dec 10, 2024
1 parent dedc6dc commit cebcb23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ runs:
if: ${{ inputs.install-apptainer == 'true' }}
shell: bash -el {0}
run: |
if ! command -v apt-get &> /dev/null; then
echo "Error: This action currently supports Apptainer installation only on Ubuntu runners"
exit 1
fi
sudo apt-get update
sudo apt-get install -y apptainer
- name: Prepare .snakemake.environment.yaml
shell: bash -el {0}
run: |
Expand Down

0 comments on commit cebcb23

Please sign in to comment.