File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,9 @@ jobs:
105
105
shell : pwsh
106
106
run : |
107
107
ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\"
108
- ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\BuildTools"
109
- ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\BuildTools\Common7"
110
- ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\BuildTools\Common7\Tools"
111
- & "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64
108
+ ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7"
109
+ ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools"
110
+ & "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64
112
111
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static
113
112
114
113
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
You can’t perform that action at this time.
0 commit comments