Does this make job setup faster?

Nathan Sobo created

Change summary

.github/workflows/ci.yml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

.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: