From c7c007c2c66e28f584927ceee359e6b8e2832b24 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 18 Dec 2023 19:31:17 -0800 Subject: [PATCH] Update Windows.yml --- .github/workflows/Windows.yml | 65 ++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 5ee65b80e21..c7ad2891105 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -4,42 +4,43 @@ on: branches: [ master ] pull_request: branches: [ master ] -jobs: + +jobs: build: - runs-on: windows-latest strategy: matrix: - x86: - arch: 'x86' - setupCmd1: '' - setupCmd2: '' - setupCmd3: '' - bindings: '$(cmakePy)' - runTests: 'False' - x64: - arch: 'x64' - setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"' - setupCmd2: 'julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env' - setupCmd3: 'set /P JlCxxDir= tmp.env' + cmd3 : 'set /P JlCxxDir=