From c3df9502dd8913ded5839223477d5070e9ae8c40 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 31 May 2024 15:10:22 -0400 Subject: [PATCH] ci: attempt to add caching to the downstream projects --- .github/workflows/downstream.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 904b267..d33e7c0 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -52,6 +52,10 @@ jobs: bundler-cache: true bundler: latest - run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}} + - uses: actions/cache@v4 + with: + path: ${{matrix.name}}/ports/archives + key: tarballs-${{matrix.name}} - name: ${{matrix.name}} test suite working-directory: ${{matrix.name}} run: |