x86 rust toolchain
This commit is contained in:
parent
28b376d2d2
commit
075194fea8
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -219,7 +219,7 @@ jobs:
|
|||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-${{ matrix.job.target }}
|
toolchain: ${{ env.RUST_VERSION }}-${{ matrix.job.target }}
|
||||||
targets: ${{ matrix.job.target }}
|
targets: ${{ matrix.job.target }}
|
||||||
components: ""
|
components: ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user