Skip to content

Commit

Permalink
CI: windows build: try a different version of rtools
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 7, 2023
1 parent 0cb4448 commit bc3ec47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Install rtools (mingw-w64)
run: |
choco install rtools -y --no-progress --force --version=4.0.0.20220206
echo "c:\rtools40\ucrt64\bin;" >> $env:GITHUB_PATH
choco install rtools -y --no-progress --force --version=4.3.5550
echo "c:\rtools43\ucrt64\bin;" >> $env:GITHUB_PATH
- name: Show gcc version
run: |
Expand Down

0 comments on commit bc3ec47

Please sign in to comment.