From 29f5d9c813c71a2cb80fd9b58b4ccc632c82d9c2 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 13 Jan 2025 13:45:36 -0800 Subject: [PATCH] Test ros3 VFD in MacOS CMake GH actions --- .github/workflows/main-cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-cmake.yml b/.github/workflows/main-cmake.yml index 598f1a8a3ab..37d441d6c4e 100644 --- a/.github/workflows/main-cmake.yml +++ b/.github/workflows/main-cmake.yml @@ -98,7 +98,7 @@ jobs: parallel: OFF mirror_vfd: ON direct_vfd: OFF - ros3_vfd: OFF + ros3_vfd: ON generator: "-G Ninja" run_tests: true @@ -131,7 +131,7 @@ jobs: # CMake gets libaec from fetchcontent - name: Install Dependencies (macOS) - run: brew install ninja + run: brew install ninja curl if: ${{ matrix.os == 'macos-latest' }} # symlinks the compiler executables to a common location