From eda97d65c4c702149b75b5e71cffcf699b747872 Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Wed, 20 Mar 2024 10:43:53 -0400 Subject: [PATCH] Use Julia's cache action --- .github/workflows/CI.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dc0ba93e..dc336020 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,16 +36,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v4 - env: - cache-name: cache-artifacts - with: - path: ~/.julia/artifacts - key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} - restore-keys: | - ${{ runner.os }}-test-${{ env.cache-name }}- - ${{ runner.os }}-test- - ${{ runner.os }}- + - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1