Skip to content

Commit 7c69a56

Browse files
committed
Fix Rust action name
1 parent 96afa93 commit 7c69a56

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Install Rust
39-
uses: dtolnay/rust-action@stable
40-
with:
41-
targets: ${{ matrix.rust_target }}
39+
uses: dtolnay/rust-toolchain@stable
4240

4341
- name: Build Rust library
4442
run: |

.github/workflows/Release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ jobs:
8181
fetch-depth: 0
8282

8383
- name: Install Rust
84-
uses: dtolnay/rust-action@stable
85-
with:
86-
targets: ${{ matrix.rust_target }}
84+
uses: dtolnay/rust-toolchain@stable
8785

8886
- name: Build Rust library
8987
run: |

0 commit comments

Comments
 (0)