fix github_env

This commit is contained in:
Jaremy Creechley 2023-07-12 18:25:13 -07:00
parent f61f5248d4
commit 92bb4119df
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=${{ github.workspace }}/.nimble' >> $GITHUB_PATH
echo 'NIMBLE_DIR=${{ github.workspace }}/.nimble' >> $GITHUB_ENV
- name: Setup Nimble
uses: "./.github/actions/install_nimble"