We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a532f1 commit a52a6d9Copy full SHA for a52a6d9
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Install Rust
32
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
33
with:
34
targets: ${{ matrix.target }}
35
0 commit comments