Skip to content

Commit

Permalink
fix windows old style patch (no cmake)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Aug 23, 2024
1 parent f5dd401 commit 431ddbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Apply patch
shell: bash
run: |
cp -r patch/ortools patch/patch.py patch/patch_utils.py .
cp -r patch/ortools patch/patch.py patch/patch_utils.py patch/cmake_patches .
python patch.py
- name: Set-up Xpress with pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Apply patch
shell: bash
run: |
cp -r patch/* .
cp -r patch/ortools patch/patch.py patch/patch_utils.py patch/cmake_patches .
python patch.py
- name: Install SWIG 4.1.1
Expand Down

0 comments on commit 431ddbc

Please sign in to comment.