mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-10 01:59:04 +00:00
Remove redundant ninja install for GA macOS runner
The ninja package is already installed, so this triggered a warning: > ninja 1.13.0 is already installed and up-to-date. To reinstall 1.13.0, > run: brew reinstall ninja
This commit is contained in:
parent
a79ddc35a7
commit
c3d2ef1b1f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -202,8 +202,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install meson ninja nasm libiconv zlib automake autoconf \
|
||||
libtool
|
||||
brew install meson nasm libiconv zlib automake autoconf libtool
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
@ -245,7 +244,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install meson ninja nasm libiconv zlib automake
|
||||
run: brew install meson nasm libiconv zlib automake
|
||||
# autoconf and libtool are already installed on macos-13
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue