export nim_runtime in PATH in windows CI

This commit is contained in:
Ivan FB 2026-04-04 19:02:45 +02:00
parent 51a83b38b3
commit a5573b3232
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -76,6 +76,7 @@ jobs:
- name: Install Nimble ${{ env.NIMBLE_VERSION }}
run: |
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$PATH"
cd /tmp && nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
echo "$HOME/.nimble/bin" >> $GITHUB_PATH