Skip to content

Commit

Permalink
Test ros3 VFD in MacOS CMake GH actions (#5229)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Jan 14, 2025
1 parent 04f17f5 commit c25f8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c25f8e3

Please sign in to comment.