diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b3e994a59..29f8826f8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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