From 2602fc2eb56b55cdb5d5b38fb997341fc76ccde2 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 19 Dec 2023 04:41:02 +0000 Subject: [PATCH] remove reference to matrix bindings to see if it works Signed-off-by: Nikolaj Bjorner --- .github/workflows/Windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index eaad6b804..613cb18c6 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -9,14 +9,14 @@ 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=