Skip to content

Commit e637438

Browse files
authored
Testing fix for MacOS CI Process (#5250)
Might not work. But can't be worse than it is already.
1 parent b5ae8d5 commit e637438

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: brew
1818
run: |
1919
brew config
20+
brew update && (brew list cmake || brew install cmake)
2021
brew tap viamrobotics/brews
2122
brew install pkg-config
2223
brew install nlopt-static

.github/workflows/pullrequest-trusted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
7777

7878
macos:
79-
uses: viamrobotics/rdk/.github/workflows/macos.yml@main
79+
uses: viamrobotics/rdk/.github/workflows/macos.yml@testing-ci-fix
8080

8181
license_finder:
8282
uses: viamrobotics/rdk/.github/workflows/license_finder.yml@main

0 commit comments

Comments
 (0)