Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Mar 4, 2024
1 parent 771f467 commit 669b85d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
sudo apt-get update
sudo apt-get -qq install libcgal-dev
elif [[ "$RUNNER_OS" == "macOS" ]]; then
rm /usr/local/bin/2to3
brew install cgal
elif [[ "$RUNNER_OS" == "Windows" ]]; then
curl --output "${{ runner.temp }}/cgal_lib.zip" -L \
"https://github.com/CGAL/cgal/releases/download/v5.3.1/CGAL-5.3.1-library.zip"
"https://github.com/CGAL/cgal/releases/download/v5.4.1/CGAL-5.4.1.zip"
curl --output "${{ runner.temp }}/cgal_dep.zip" -L \
"https://github.com/CGAL/cgal/releases/download/v5.3.1/CGAL-5.3.1-win64-auxiliary-libraries-gmp-mpfr.zip"
"https://github.com/CGAL/cgal/releases/download/v5.4.1/CGAL-5.4.1-win64-auxiliary-libraries-gmp-mpfr.zip"
unzip -qq "${{ runner.temp }}/cgal_lib.zip" -d "${{ runner.temp }}/cgal_dir"
unzip -qq "${{ runner.temp }}/cgal_dep.zip" -d "${{ runner.temp }}/cgal_dir"
echo "CGAL_ROOT=${{ runner.temp }}/cgal_dir" | tee -a $GITHUB_ENV
Expand Down

0 comments on commit 669b85d

Please sign in to comment.