From 11c4b7e591f24efc9c584ac30b121d1dfbdddae1 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Thu, 16 May 2024 18:10:24 -0700 Subject: [PATCH] Quote vcvars64.bat call --- .github/workflows/angr-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angr-release.yml b/.github/workflows/angr-release.yml index 00b5dc2..92946ea 100644 --- a/.github/workflows/angr-release.yml +++ b/.github/workflows/angr-release.yml @@ -80,7 +80,7 @@ jobs: - name: Build wheels if: startsWith(matrix.os, 'windows') run: | - C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat + "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" bash release-scripts/build_wheels.sh sdist shell: cmd - name: Upload wheel artifact