fix(ci): fix cache order

This commit is contained in:
Federico Terzi 2022-07-03 20:06:01 +02:00
parent eafb3b3fb5
commit 2762b5e007

View File

@ -135,9 +135,9 @@ jobs:
WX_WIDGETS_BUILD_OUT_DIR: "${{github.workspace}}/wx-widgets-build"
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Install target
run: rustup update && rustup target add aarch64-apple-darwin
- uses: Swatinem/rust-cache@v1
- name: Install rust-script and cargo-make
run: |
cargo install rust-script --version "0.7.0"