Skip to content

Commit e6107b7

Browse files
committed
is this a cache problem ?
It works when debugging a single job, but not when running the whole workflow.
1 parent 0aad17b commit e6107b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
with:
185185
version: "1.11.7"
186186

187-
- name: Cache Julia Packages
188-
uses: julia-actions/cache@v2
187+
# - name: Cache Julia Packages
188+
# uses: julia-actions/cache@v2
189189

190190
# - name: Setup tmate session
191191
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)