1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

Remove brew update step.

By the time the image is created the packages should be current.
This commit is contained in:
Marcelo Bezerra 2023-06-15 20:04:29 +02:00
parent 710891f84d
commit 44d993511a
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -79,7 +79,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
brew update
brew install cmake ninja ruby
- name: Setup environment