diff --git a/.github/workflows/Eval.yml b/.github/workflows/Eval.yml index 37c694e..2d72199 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