From 404a6b31585f3e43a9beba7d3ac4d2418c620e38 Mon Sep 17 00:00:00 2001 From: Simon Exner <0815Creeper@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:55:12 +0100 Subject: [PATCH] added caching to eval action --- .github/workflows/Eval.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Eval.yml b/.github/workflows/Eval.yml index 7cdaf1d..80e2bdb 100644 --- a/.github/workflows/Eval.yml +++ b/.github/workflows/Eval.yml @@ -34,6 +34,10 @@ jobs: arch: ${{ matrix.julia-arch }} id: version + # 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