Skip to content

Commit

Permalink
[Backport release-2.26] Fix rtools40 build (#5326) (#5328)
Browse files Browse the repository at this point in the history
Backport of #5326 to release-2.26

---
TYPE: NO_HISTORY
DESC: [Backport release-2.26] Fix rtools40 build (#5326) (#5328)

Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
github-actions[bot] and ihnorton authored Oct 1, 2024
1 parent 30fc114 commit 43ad92f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-rtools40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
uses: r-windows/install-rtools@master
- name: Building TileDB with Rtools40
run: |
export SystemDrive="$SYSTEMDRIVE"
export SystemRoot="$SYSTEMROOT"
export windir="$WINDIR"
cd ${GITHUB_WORKSPACE}/.github/workflows/mingw-w64-tiledb
pacman -Sy
makepkg-mingw --noconfirm --syncdeps
Expand Down

0 comments on commit 43ad92f

Please sign in to comment.