This commit is contained in:
@@ -60,8 +60,9 @@ jobs:
|
||||
${{ runner.os }}-cargo-
|
||||
|
||||
- name: Install Rust toolchain
|
||||
run: |
|
||||
rustup target add "$TARGET"
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ env.TARGET }}
|
||||
|
||||
- name: Show toolchain
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user