We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ae8d5 commit e637438Copy full SHA for e637438
.github/workflows/macos.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: brew
18
run: |
19
brew config
20
+ brew update && (brew list cmake || brew install cmake)
21
brew tap viamrobotics/brews
22
brew install pkg-config
23
brew install nlopt-static
.github/workflows/pullrequest-trusted.yml
@@ -76,7 +76,7 @@ jobs:
76
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
77
78
macos:
79
- uses: viamrobotics/rdk/.github/workflows/macos.yml@main
+ uses: viamrobotics/rdk/.github/workflows/macos.yml@testing-ci-fix
80
81
license_finder:
82
uses: viamrobotics/rdk/.github/workflows/license_finder.yml@main
0 commit comments