We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b5796 commit 2ab77d4Copy full SHA for 2ab77d4
1 file changed
.github/workflows/build-release.yml
@@ -56,7 +56,7 @@ jobs:
56
version: 10
57
58
- name: Setup Rust
59
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
60
61
- name: Cache Cargo
62
uses: actions/cache@v4
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
110
with:
111
targets: aarch64-pc-windows-msvc
112
0 commit comments