Skip to content

Commit

Permalink
GHA: switch to better Rust action (Windows)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Aug 27, 2023
1 parent 9c5c8d9 commit 68282b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,7 @@ jobs:
fetch-depth: 10

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: dtolnay/rust-toolchain@stable

- name: Install make
run: choco install make
Expand Down

0 comments on commit 68282b7

Please sign in to comment.