Skip to content

Commit

Permalink
try macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Dec 3, 2024
1 parent cc4ed59 commit 325dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
- name: Install htslib
if: ${{ matrix.config.os == 'macos'}}
if: ${{ matrix.config.os == 'macOS'}}
run: |
brew install htslib
echo "-------------------HTSLIB-----------------------"
Expand Down

0 comments on commit 325dc7a

Please sign in to comment.