diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index eaad6b80430..a0fb58297a4 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -9,36 +9,24 @@ jobs: arch : [x86,x64,amd64_arm64] include: - arch : x86 - bindings : -DZ3_BUILD_PYTHON_BINDINGS=True + bindings : '-DZ3_BUILD_PYTHON_BINDINGS=True' - arch : x64 cmd1 : 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"' cmd2 : 'julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env' cmd3 : 'set /P JlCxxDir=