From 3365e34d19f265aa2820ef3f6fac268fa766718f Mon Sep 17 00:00:00 2001 From: Konstantinos Chatzilygeroudis Date: Tue, 6 Feb 2024 12:04:06 +0200 Subject: [PATCH] Mac ci --- .github/workflows/ci_mac.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml index 983fa2d1..5bbca1b3 100644 --- a/.github/workflows/ci_mac.yml +++ b/.github/workflows/ci_mac.yml @@ -64,10 +64,10 @@ jobs: - name: Install DART run: brew install dartsim - name: Install Corrade - run: brew install corrade + run: brew install mosra/magnum/corrade - name: Install Magnum - run: brew install magnum + run: brew install mosra/magnum/magnum - name: Install Magnum Plugins - run: brew install magnum-plugins + run: brew install mosra/magnum/magnum-plugins - name: Install Magnum Integration - run: brew install magnum-integration --with-dart + run: brew install mosra/magnum/magnum-integration --with-dart