From e8985b46ddf7d883ac024930accf7e5aa899b55b Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 20:55:42 -0600 Subject: [PATCH] Does this make job setup faster? --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da6c78647..2b07b1acf7 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: