From 44ceb36087f44b000e82c3e3c5fd5ea4a435b8e1 Mon Sep 17 00:00:00 2001 From: Alan Davidson Date: Tue, 2 Sep 2025 11:28:22 -0400 Subject: [PATCH] fix the CI --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b080f5499cb..df8bf1b2ebd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,6 +19,9 @@ jobs: brew config brew tap viamrobotics/brews brew install pkg-config + # Github's action runners pre-install a different version of cmake, and (as of September + # 2025), installing nlopt-static will fail if the wrong version of cmake is preinstalled. + brew uninstall cmake brew install nlopt-static brew install x264 - name: build