mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-07 16:03:09 +00:00
re-add cache nonce
This commit is contained in:
parent
71269839f7
commit
3c211b69c3
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -6,6 +6,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
cache_nonce: 0 # Allows for easily busting actions/cache caches
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
@ -92,7 +95,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.nimble
|
~/.nimble
|
||||||
${{ github.workspace }}/.nimble
|
${{ github.workspace }}/.nimble
|
||||||
key: ${{ matrix.builder }}-${{ matrix.target.cpu }}-dotnimble-${{ hashFiles('nimble.lock') }}
|
key: ${{ matrix.builder }}-${{ matrix.target.cpu }}-dotnimble-${{ hashFiles('nimble.lock') }}-${{ env.cache_nonce }}
|
||||||
|
|
||||||
- name: Setup Nimble
|
- name: Setup Nimble
|
||||||
uses: "./.github/actions/install_nimble"
|
uses: "./.github/actions/install_nimble"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user