diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da6c7864767c9074ad03cedc6d48173ec2eaf94..2b07b1acf7d7627ede5408cad4ceac8d4f58bf19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: name: Bundle app runs-on: self-hosted steps: + - uses: actions/cache@v2 + - name: Install Rust x86_64-apple-darwin target uses: actions-rs/toolchain@v1 with: