From c785f3cb95c26a38650c02c221848f3f6c08fa89 Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:24:20 +0100 Subject: [PATCH] added julia caching --- .github/workflows/TestLTS.yml | 4 ++++ .github/workflows/TestLatest.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/TestLTS.yml b/.github/workflows/TestLTS.yml index dd1a30a..7d8c2a4 100644 --- a/.github/workflows/TestLTS.yml +++ b/.github/workflows/TestLTS.yml @@ -35,6 +35,10 @@ jobs: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} + # Set up julia-cache + - name: Set up julia-cache + uses: julia-actions/cache@v2 + # Set up cache - name: "Set up cache" uses: actions/cache@v4 diff --git a/.github/workflows/TestLatest.yml b/.github/workflows/TestLatest.yml index 595086b..43f51e0 100644 --- a/.github/workflows/TestLatest.yml +++ b/.github/workflows/TestLatest.yml @@ -35,6 +35,10 @@ jobs: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} + # Set up julia-cache + - name: Set up julia-cache + uses: julia-actions/cache@v2 + # Set up cache - name: "Set up cache" uses: actions/cache@v4