mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-14 01:56:54 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8684ae14b7 |
@@ -38,7 +38,7 @@ runs:
|
|||||||
echo "REGISTRIES_PATH=$R_PATH" >> $GITHUB_ENV
|
echo "REGISTRIES_PATH=$R_PATH" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514
|
- uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: "${{ format('{0}\n{1}\n{2}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH) }}"
|
path: "${{ format('{0}\n{1}\n{2}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user