Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene authored Dec 30, 2020
1 parent 635c2f3 commit 690e484
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 @@ -69,9 +69,9 @@ jobs:
- name: Dependencies [macOS]
if: matrix.os == 'macOS-latest'
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/1811#issuecomment-718475660
brew unlink python@3.8
brew update
# Workaround for https://github.com/robotology/robotology-superbuild/issues/565
brew upgrade python@3.9 || brew link --overwrite python@3.9
brew upgrade
brew install ace cmake eigen gsl ipopt opencv pkg-config qt5 lua
- name: Source-based Dependencies [Windows]
Expand Down

0 comments on commit 690e484

Please sign in to comment.