Skip to content

Commit

Permalink
chore(ci): fix mdbtools install
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyuanjia committed Mar 19, 2024
1 parent 4a73b1f commit f200e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install mdbtools
id: install-mdbtools-apt
if: ${{ input.os == 'ubuntu-latest' }}
if: ${{ runner.os == 'ubuntu-latest' }}
run: sudo apt install mdbtools

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit f200e32

Please sign in to comment.