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:
parent
710891f84d
commit
44d993511a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -79,7 +79,6 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew update
|
|
||||||
brew install cmake ninja ruby
|
brew install cmake ninja ruby
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue