Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Feb 7, 2024
1 parent 9a153f2 commit 16a2565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- name: temp rhdf5filters install
if: runner.os == 'macOS-14'
if: matrix.config.os == 'macOS-14'
run: |
R -e 'install.packages("remotes")' -e 'BiocManager::install("grimbough/rhdf5filters")'
Expand Down

0 comments on commit 16a2565

Please sign in to comment.