mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-20 00:37:49 +08:00
修复macos ci编译失败问题
Some checks failed
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Some checks failed
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
This commit is contained in:
parent
697992201f
commit
588d9de2b2
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
@ -18,10 +18,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
vcpkgDirectory: '${{github.workspace}}/vcpkg'
|
vcpkgDirectory: '${{github.workspace}}/vcpkg'
|
||||||
vcpkgTriplet: arm64-osx
|
vcpkgTriplet: arm64-osx
|
||||||
# 2024.06.01
|
# 2025.07.11
|
||||||
vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3'
|
vcpkgGitCommitId: 'efcfaaf60d7ec57a159fc3110403d939bfb69729'
|
||||||
vcpkgArguments: 'openssl libsrtp[openssl] usrsctp'
|
vcpkgArguments: 'openssl libsrtp[openssl] usrsctp'
|
||||||
|
|
||||||
|
- name: 安装指定 CMake
|
||||||
|
uses: jwlawson/actions-setup-cmake@v2
|
||||||
|
with:
|
||||||
|
cmake-version: '3.30.5'
|
||||||
|
|
||||||
- name: 编译
|
- name: 编译
|
||||||
uses: lukka/run-cmake@v3
|
uses: lukka/run-cmake@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user