mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-07 16:03:09 +00:00
check paths
This commit is contained in:
parent
35b8f1af6f
commit
ea91cd2dc1
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -78,20 +78,21 @@ jobs:
|
||||
run: |
|
||||
echo '${{ github.workspace }}'"/external/dlls" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: "./.github/actions/install_nimble"
|
||||
with:
|
||||
os: ${{ matrix.target.os }}
|
||||
cpu: ${{ matrix.target.cpu }}
|
||||
|
||||
- name: Restore nimble dependencies from cache
|
||||
id: nimble_deps
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.nimble
|
||||
${{ github.workspace }}/.nimble
|
||||
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-dotnimble-${{ hashFiles('nimble.lock') }}
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: "./.github/actions/install_nimble"
|
||||
with:
|
||||
os: ${{ matrix.target.os }}
|
||||
cpu: ${{ matrix.target.cpu }}
|
||||
|
||||
- name: Setup Env
|
||||
run: |
|
||||
nimble -v
|
||||
@ -100,7 +101,6 @@ jobs:
|
||||
run: |
|
||||
nimble install -d
|
||||
nimble setup
|
||||
cat nimble.paths
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user