Skip to content

Commit 5b6e515

Browse files
committed
activate cache again after having cleaned all julia-cache in the repo
1 parent e6107b7 commit 5b6e515

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ on:
3838
schedule:
3939
- cron: "0 6 * * *"
4040

41+
# this is require to cleanup julia cache
42+
permissions:
43+
actions: write
44+
contents: read
45+
4146
jobs:
4247
run-smokes:
4348
name: Run smoke (${{ matrix.os }})${{ matrix.time-test && ' with timed file' || ''}}${{ inputs.extra-r-packages && ' - with some extra R packages'|| ''}}
@@ -184,8 +189,8 @@ jobs:
184189
with:
185190
version: "1.11.7"
186191

187-
# - name: Cache Julia Packages
188-
# uses: julia-actions/cache@v2
192+
- name: Load Julia packages from cache
193+
uses: julia-actions/cache@v2
189194

190195
# - name: Setup tmate session
191196
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)