From f6bb550fb16d3090c42a73faf9b856b97a3e534e Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 20:58:03 -0600 Subject: [PATCH] Revert "Does this make job setup faster?" This reverts commit e8985b46ddf7d883ac024930accf7e5aa899b55b. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b07b1acf7..9da6c78647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,6 @@ 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: