Skip to content

Commit e903cc1

Browse files
committed
pipeline debug
1 parent a04c3d3 commit e903cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pycdePublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Build zlib
105105
shell: pwsh
106106
run: |
107-
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64
107+
& "C:\Program Files\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64
108108
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static
109109
110110
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone

0 commit comments

Comments
 (0)