reverted rust toolchain to v1

This commit is contained in:
2023-09-22 17:13:15 -05:00
parent a686ee4f63
commit 04080510b6

View File

@@ -66,7 +66,7 @@ jobs:
# mv -Force engine/* C:/hostedtoolcache/windows/flutter/stable-${{ env.FLUTTER_VERSION }}-x64/bin/cache/artifacts/engine/windows-x64-release/
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1.0.7
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}