We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4b10c commit 11e0460Copy full SHA for 11e0460
.github/workflows/SnoopCompile.yml
@@ -38,9 +38,11 @@ jobs:
38
arch: ${{ matrix.arch }}
39
- uses: actions/cache@v2
40
env:
41
- cache-name: cache-julia-modules
+ cache-name: cache-julia-SnoopCompile
42
with:
43
- path: ~/.julia
+ path: |
44
+ ~/.julia
45
+ !~/.julia/compiled
46
key: ${{ runner.os }}-${{ matrix.version }}-${{ env.cache-name }}
47
48
- name: Install dependencies
.github/workflows/ci.yml
@@ -28,9 +28,9 @@ jobs:
28
29
30
31
+ cache-name: cache-julia-artifacts
32
33
+ path: ~/.julia/artifacts
34
35
36
- uses: julia-actions/julia-buildpkg@latest
0 commit comments