From 35418b5a260a851604407502024c38a51d296d32 Mon Sep 17 00:00:00 2001 From: Simon Exner <0815Creeper@users.noreply.github.com> Date: Sun, 22 Dec 2024 15:21:26 +0100 Subject: [PATCH] added julia caching --- .github/workflows/TestLTS.yml | 8 ++++++-- .github/workflows/TestLatest.yml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestLTS.yml b/.github/workflows/TestLTS.yml index ffd9d00..1d58458 100644 --- a/.github/workflows/TestLTS.yml +++ b/.github/workflows/TestLTS.yml @@ -1,4 +1,4 @@ -name: Test v1.6 (LTS) +name: Test (LTS) on: workflow_dispatch: @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.6'] + julia-version: ['lts'] julia-arch: [x64] os: [ubuntu-latest, windows-latest] experimental: [false] @@ -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 981f99e..30c0ecd 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