diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d85919147..3a8535f7d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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