Skip to content

Commit

Permalink
Merge branch 'ci-pin-mingw' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 16, 2023
2 parents d42acdb + 605f523 commit 678f8ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: egor-tensin/setup-mingw@v2
with:
platform: ${{ matrix.platform }}
# Pinning a working version of MinGW since we've issues with the action using newer
# versions
version: 12.2.0.03042023

- name: Install Rust
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 678f8ec

Please sign in to comment.