From a5573b32324fb8e7c78a541f5968bd4e18b351fb Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sat, 4 Apr 2026 19:02:45 +0200 Subject: [PATCH] export nim_runtime in PATH in windows CI --- .github/workflows/windows-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 3489344f4..b50203ac0 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -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