We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04c3d3 commit e903cc1Copy full SHA for e903cc1
.github/workflows/pycdePublish.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Build zlib
105
shell: pwsh
106
run: |
107
- & "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
108
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static
109
110
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
0 commit comments