From 690e48438c350782b1057669685e1833f5c37429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Genesio=20=28=E4=BA=8C=E3=82=B3=E3=82=B2?= =?UTF-8?q?=E3=83=8D=29?= Date: Wed, 30 Dec 2020 10:16:07 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3c4f5a2..76dda8a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]