mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-05 23:13:10 +00:00
caching
This commit is contained in:
parent
4a241ffa8c
commit
a3d050fc18
24
.github/workflows/ci-nimbus.yml
vendored
24
.github/workflows/ci-nimbus.yml
vendored
@ -146,20 +146,20 @@ jobs:
|
|||||||
nim-version: 1.6.14
|
nim-version: 1.6.14
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Restore Nim toolchain binaries from cache
|
- name: Restore Nim toolchain binaries from cache
|
||||||
# id: nim-cache
|
id: nim-cache
|
||||||
# uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
# with:
|
with:
|
||||||
# path: NimBinaries
|
path: NimBinaries
|
||||||
# key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}-${{ github.run_id }}
|
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ hashFiles('atlas.lock') }}
|
||||||
# restore-keys: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}
|
|
||||||
|
|
||||||
# - name: Set NIM_COMMIT
|
- name: Restore Vendor Clones from cache
|
||||||
# shell: ${{ matrix.shell }} {0}
|
id: nim-cache
|
||||||
# run: echo "NIM_COMMIT=${{ matrix.branch }}" >> ${GITHUB_ENV}
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: vendor/*/
|
||||||
|
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-vendor-${{ hashFiles('atlas.lock') }}
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: |
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
|
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user