Skip to content

Commit b2e852b

Browse files
authored
CI: Use julia-actions/cache in the build-mylib job (#971)
1 parent b4201d8 commit b2e852b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
122122
with:
123123
version: '1'
124+
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
124125
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c # v1.6.0
125126
with:
126127
project: 'examples/MyLib'

0 commit comments

Comments
 (0)