From c07eb2149b9fb9b77037862f968915438c59b4c7 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 1 Oct 2024 00:26:11 +0200 Subject: [PATCH] cache --- .github/workflows/Downstream.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 867dc9cf93..f854b3fecc 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -32,6 +32,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} + - uses: julia-actions/cache@v2 # - uses: julia-actions/julia-buildpkg@v1 - name: Clone Downstream uses: actions/checkout@v4