From a84a075c4ec165c3bfbbdb07f7bbd4d8c8ac0333 Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Thu, 2 May 2024 14:36:59 -0500 Subject: [PATCH] Cache CI --- .github/workflows/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d183247..8ff773d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -9,6 +9,10 @@ on: schedule: - cron: '0 0 * * 0' +permissions: + actions: write + contents: read + jobs: test-github-cpuonly: env: @@ -26,6 +30,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.julia-version }} + - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest - run: julia --project=docs/ docs/make.jl