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=