Skip to content

Commit 0988894

Browse files
Merge pull request #11017 from Scavanger/Mac-CI-Fix
Fix Mac SITL CI
2 parents 5689aa1 + ac8f358 commit 0988894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- uses: actions/checkout@v4
187187
- name: Install dependencies
188188
run: |
189-
brew install cmake ninja ruby
189+
brew install ruby
190190
191191
- name: Setup environment
192192
env:

0 commit comments

Comments
 (0)