We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96afa93 commit 7c69a56Copy full SHA for 7c69a56
.github/workflows/MainDistributionPipeline.yml
@@ -36,9 +36,7 @@ jobs:
36
fetch-depth: 0
37
38
- name: Install Rust
39
- uses: dtolnay/rust-action@stable
40
- with:
41
- targets: ${{ matrix.rust_target }}
+ uses: dtolnay/rust-toolchain@stable
42
43
- name: Build Rust library
44
run: |
.github/workflows/Release.yml
@@ -81,9 +81,7 @@ jobs:
81
82
83
84
85
86
87
88
89
0 commit comments