Skip to content

Commit

Permalink
Merge pull request #12 from JasonMarechal25/feature/fix_oracle_build
Browse files Browse the repository at this point in the history
Fix oracle build
  • Loading branch information
flomnes authored Aug 7, 2024
2 parents 36cb330 + ea43a6e commit 8194985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
-Dsirius_solver_DIR="${{ env.SIRIUS_CMAKE_DIR }}" \
-DCMAKE_INSTALL_PREFIX="build/install" \
-DBUILD_SAMPLES=OFF \
-DBUILD_FLATZINC=OFF
-DBUILD_FLATZINC=OFF \
-DUSE_HIGHS=OFF
- name: Build OR-Tools Linux
Expand Down

0 comments on commit 8194985

Please sign in to comment.