Skip to content

Commit

Permalink
CI update OR-tools download for mac arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Apr 30, 2024
1 parent cd1e8ec commit b97d924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -107,9 +107,9 @@ jobs:
- name: download OR-Tools
run: |
cd $GITHUB_WORKSPACE
curl -LJO https://github.com/google/or-tools/releases/download/v9.7/or-tools_x86_64_macOS-13.5_cpp_v9.7.2996.tar.gz
tar -xvf or-tools_x86_64_macOS-13.5_cpp_v9.7.2996.tar.gz
ORTOOLSDIR=$GITHUB_WORKSPACE/or-tools_x86_64_macOS-13.5_cpp_v9.7.2996
curl -LJO https://github.com/google/or-tools/releases/download/v9.9/or-tools_arm64_macOS-14.3.1_cpp_v9.9.3963.tar.gz
tar -xvf or-tools_arm64_macOS-14.3.1_cpp_v9.9.3963.tar.gz
ORTOOLSDIR=$GITHUB_WORKSPACE/or-tools_arm64_macOS-14.3.1_cpp_v9.9.3963
echo "ORTOOLSDIR=$ORTOOLSDIR" >> $GITHUB_ENV
- name: Clone Gtest
Expand Down

0 comments on commit b97d924

Please sign in to comment.