update binaries cache
This commit is contained in:
parent
879a76fa41
commit
aa5260df73
|
@ -157,7 +157,7 @@ jobs:
|
||||||
id: nim-cache
|
id: nim-cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: nim
|
path: nim-dagger/NimBinaries
|
||||||
key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}'
|
key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}'
|
||||||
|
|
||||||
- name: Build Nim and Dagger dependencies
|
- name: Build Nim and Dagger dependencies
|
||||||
|
@ -171,7 +171,6 @@ jobs:
|
||||||
|
|
||||||
- name: Run nim-dagger tests
|
- name: Run nim-dagger tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
working-directory: nim-dagger
|
||||||
run: |
|
run: |
|
||||||
export UCPU="$cpu"
|
|
||||||
cd nim-dagger
|
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in New Issue