Skip to content

Commit

Permalink
Install rtools40 if needed (#4061)
Browse files Browse the repository at this point in the history
TYPE: NO_HISTORY
(cherry picked from commit 8afb588)
  • Loading branch information
jeroen authored and ihnorton committed May 22, 2023
1 parent 1e1fba9 commit 9218a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-rtools40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install rtools40 if needed
uses: r-windows/install-rtools@master
- name: Building TileDB with Rtools40
run: |
cd ${GITHUB_WORKSPACE}/.github/workflows/mingw-w64-tiledb
Expand Down

0 comments on commit 9218a91

Please sign in to comment.