check paths

This commit is contained in:
Jaremy Creechley 2023-07-12 19:50:00 -07:00
parent 35b8f1af6f
commit ea91cd2dc1
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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: |