Skip to content

Commit

Permalink
chore(ci): fix mdbtools install on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyuanjia committed Mar 19, 2024
1 parent 4a73b1f commit 5717615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install mdbtools
id: install-mdbtools-brew
if: ${{ matrix.config.os == 'macos-latest' }}
run: brew mdbtools
run: brew install mdbtools

- name: Install mdbtools
id: install-mdbtools-apt
Expand Down

0 comments on commit 5717615

Please sign in to comment.