Skip to content

Commit

Permalink
Install zlib in rworkflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Mar 1, 2024
1 parent f2300f4 commit a8fa6bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
cont: ~
rspm: ~
steps:
- name: Install zlib
if: ${{ matrix.config.os == 'macOS-latest' }}
run: |
brew install zlib
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
Expand Down

0 comments on commit a8fa6bc

Please sign in to comment.