Skip to content

Commit

Permalink
pin Rust version on CI to support Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 1, 2024
1 parent 887b0df commit 19f2a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0 # to support Windows 7
target: x86_64-pc-windows-msvc
- name: Build
run: cargo build --verbose
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- if: matrix.os == 'windows-latest'
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0 # to support Windows 7
target: x86_64-pc-windows-msvc

- if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 19f2a8f

Please sign in to comment.