try without nim in lockfile

This commit is contained in:
Jaremy Creechley 2023-07-12 18:17:17 -07:00
parent 06cf8b13bc
commit 4c13879bea
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -147,7 +147,7 @@ jobs:
run: |
rm -rf ~/.nimble/
rm -rf ./.nimble
echo "NIMBLE_DIR=${PWD}/.nimble" >> $GITHUB_ENV
echo 'NIMBLE_DIR=${{ github.workspace }}/.nimble' >> $GITHUB_PATH
- name: Setup Nimble
uses: "./.github/actions/install_nimble"