diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index b9265b2c7..45c695e70 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -31,7 +31,7 @@ jobs: VCPKG_ROOT: ${{ github.workspace }}/vcpkg VCPKG_BINARY_SOURCES: "clear;files,${{ github.workspace }}/vcpkg_cache,readwrite" ORTOOLS_DIR: $GITHUB_WORKSPACE/or-tools - ORTOOLS_URL: "https://github.com/rte-france/or-tools-rte/releases/download/v9.11-rte1.1/ortools_cxx_windows-latest_static.zip" + ORTOOLS_URL: "https://github.com/rte-france/or-tools-rte/releases/download/v9.11-rte1.1/ortools_cxx_windows-latest_static_sirius.zip" outputs: zip_name: ${{ steps.zip_name.outputs.zip_name }} @@ -133,9 +133,6 @@ jobs: with: # feature: "features/outer_loop_tests.feature" mpi_path: /c/Program Files/Microsoft MPI/Bin - ld_path: ${{github.workspace}}/windows-latest_sirius-solver-install/lib - - - name: Cache vcpkg binary dir if: always()