mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-13 01:46:52 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85cc05cd46 | ||
|
|
6ee77ae122 | ||
|
|
2f4c647fce |
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||
- name: Save cache
|
||||
id: cache
|
||||
uses: ./
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||
- name: Restore cache
|
||||
id: cache
|
||||
uses: ./
|
||||
|
||||
@@ -50,7 +50,7 @@ That is why caching the registries is disabled by default.
|
||||
This action is a wrapper around <https://github.com/actions/cache>.
|
||||
In summary, this action stores the files in the aforementioned paths in one compressed file when running for the first time.
|
||||
This cached file is then restored upon the second run.
|
||||
The benefit of this is that downloading one big file is more quick than downloading many different files from many different locations.
|
||||
The benefit of this is that downloading one big file is quicker than downloading many different files from many different locations.
|
||||
|
||||
## Third Party Notice
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ runs:
|
||||
echo "REGISTRIES_PATH=$R_PATH" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
|
||||
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514
|
||||
id: cache
|
||||
with:
|
||||
path: "${{ format('{0}\n{1}\n{2}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH) }}"
|
||||
|
||||
Reference in New Issue
Block a user