mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-24 02:27:49 +08:00
修复ci编译失败问题
This commit is contained in:
parent
97d2a1fb08
commit
b0752c09ba
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
vcpkgDirectory: '${{github.workspace}}/vcpkg'
|
vcpkgDirectory: '${{github.workspace}}/vcpkg'
|
||||||
vcpkgTriplet: arm64-osx
|
vcpkgTriplet: arm64-osx
|
||||||
# 2024.06.01
|
# 2025-9-12
|
||||||
vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3'
|
vcpkgGitCommitId: '7213cf8135c329c37c7e2778e40774489a0583a8'
|
||||||
vcpkgArguments: 'openssl libsrtp[openssl] usrsctp'
|
vcpkgArguments: 'openssl libsrtp[openssl]'
|
||||||
|
|
||||||
- name: 编译
|
- name: 编译
|
||||||
uses: lukka/run-cmake@v3
|
uses: lukka/run-cmake@v3
|
||||||
|
|||||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
vcpkgTriplet: x64-windows-static
|
vcpkgTriplet: x64-windows-static
|
||||||
# 2024.06.01
|
# 2024.06.01
|
||||||
vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3'
|
vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3'
|
||||||
vcpkgArguments: 'openssl libsrtp[openssl] usrsctp'
|
vcpkgArguments: 'openssl libsrtp[openssl]'
|
||||||
|
|
||||||
- name: 编译
|
- name: 编译
|
||||||
uses: lukka/run-cmake@v3
|
uses: lukka/run-cmake@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user