fix bridge.yml (dtolnay/rust-toolchain)
toolchain uses: dtolnay/rust-toolchain
This commit is contained in:
parent
177edfea3e
commit
80786f692c
9
.github/workflows/bridge.yml
vendored
9
.github/workflows/bridge.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
# This yaml shares the build bridge steps with ci and nightly.
|
# This yaml shares the build bridge steps with ci and nightly.
|
||||||
name: Build flutter-rust-bridge
|
name: Build flutter-rust-bridge
|
||||||
# 2023-04-19 15:48:00+00:00
|
# 2023-11-23 18:00:00+00:00
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@ -47,12 +47,11 @@ jobs:
|
|||||||
wget
|
wget
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: ${{ matrix.job.target }}
|
targets: ${{ matrix.job.target }}
|
||||||
override: true
|
components: ''
|
||||||
profile: minimal # minimal component installation (ie, no documentation)
|
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user