Skip to content

Commit

Permalink
Disable caching compiled packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 17, 2023
1 parent cc22fa7 commit 90e4e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: julia-actions/cache@v1
with:
cache-name: CI - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
cache-compiled: true
cache-compiled: false
- name: Add Julia registries
run: |
using Pkg
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: julia-actions/cache@v1
with:
cache-name: CI - Docs - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
cache-compiled: true
cache-compiled: false
- name: Add Julia registries
run: |
using Pkg
Expand Down

0 comments on commit 90e4e2c

Please sign in to comment.