Skip to content

Commit

Permalink
fix curl cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Sep 18, 2023
1 parent 60ea590 commit 7e31e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
- name: download OR-Tools
run: |
cd $GITHUB_WORKSPACE
curl https://github.com/google/or-tools/releases/download/v9.7/ -o or-tools.tar.gz
tar -xvf or-tools.tar.gz
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
echo "ORTOOLSDIR=$ORTOOLSDIR" >> $GITHUB_ENV
Expand Down

0 comments on commit 7e31e70

Please sign in to comment.