From e903cc1540f705f6471e8524b87b8e45b785fd49 Mon Sep 17 00:00:00 2001 From: John Demme Date: Sat, 18 May 2024 00:31:24 +0000 Subject: [PATCH] pipeline debug --- .github/workflows/pycdePublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pycdePublish.yml b/.github/workflows/pycdePublish.yml index 02ba280d54c5..9de85f6db421 100644 --- a/.github/workflows/pycdePublish.yml +++ b/.github/workflows/pycdePublish.yml @@ -104,7 +104,7 @@ jobs: - name: Build zlib shell: pwsh run: | - & "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64 + & "C:\Program Files\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64 & "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static # Clone the CIRCT repo and its submodules. Do shallow clone to save clone