Skip to content

Commit

Permalink
Enable compiled code caching in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Dec 4, 2023
1 parent 77be49e commit 2f77210
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- uses: julia-actions/cache@v1
with:
cache-name: CI - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
cache-compiled: false
- name: Add Julia registries
run: |
using Pkg
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
- uses: julia-actions/cache@v1
with:
cache-name: CI - Docs - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
cache-compiled: false
- name: Add Julia registries
run: |
using Pkg
Expand Down

0 comments on commit 2f77210

Please sign in to comment.