|
4 | 4 | RUSTFLAGS: -Ctarget-feature=+crt-static
|
5 | 5 | VCPKG_DEFAULT_TRIPLET: x64-windows-static
|
6 | 6 | VCPKG_DEFAULT_BINARY_CACHE: C:\vcpkg\.cache
|
7 |
| - VCPKG_COMMIT: fba75d09065fcc76a25dcf386b1d00d33f5175af |
| 7 | + VCPKG_COMMIT: 120deac3062162151622ca4860575a33844ba10b |
8 | 8 |
|
9 | 9 | on:
|
10 | 10 | workflow_dispatch:
|
@@ -58,10 +58,10 @@ jobs:
|
58 | 58 | override: true
|
59 | 59 | - name: Install Win 10 SDK
|
60 | 60 | uses: ilammy/msvc-dev-cmd@v1
|
61 |
| - - name: Downgrade rsmpeg for FFmpeg 6.x compatibility |
| 61 | + - name: Downgrade rsmpeg for FFmpeg 7.1.1 compatibility |
62 | 62 | shell: powershell
|
63 | 63 | run: |
|
64 |
| - (Get-Content src\rust\Cargo.toml) -replace 'rsmpeg = \{ version = "0.18.0\+ffmpeg.8.0"', 'rsmpeg = { version = "0.14.2+ffmpeg.6.1"' | Set-Content src\rust\Cargo.toml |
| 64 | + (Get-Content src\rust\Cargo.toml) -replace 'rsmpeg = \{ version = "0.18.0\+ffmpeg.8.0"', 'rsmpeg = { version = "0.17.0+ffmpeg.7.1"' | Set-Content src\rust\Cargo.toml |
65 | 65 | - name: build Release-Full
|
66 | 66 | env:
|
67 | 67 | LIBCLANG_PATH: "C:\\Program Files\\LLVM\\lib"
|
@@ -113,10 +113,10 @@ jobs:
|
113 | 113 | override: true
|
114 | 114 | - name: Install Win 10 SDK
|
115 | 115 | uses: ilammy/msvc-dev-cmd@v1
|
116 |
| - - name: Downgrade rsmpeg for FFmpeg 6.x compatibility |
| 116 | + - name: Downgrade rsmpeg for FFmpeg 7.1.1 compatibility |
117 | 117 | shell: powershell
|
118 | 118 | run: |
|
119 |
| - (Get-Content src\rust\Cargo.toml) -replace 'rsmpeg = \{ version = "0.18.0\+ffmpeg.8.0"', 'rsmpeg = { version = "0.14.2+ffmpeg.6.1"' | Set-Content src\rust\Cargo.toml |
| 119 | + (Get-Content src\rust\Cargo.toml) -replace 'rsmpeg = \{ version = "0.18.0\+ffmpeg.8.0"', 'rsmpeg = { version = "0.17.0+ffmpeg.7.1"' | Set-Content src\rust\Cargo.toml |
120 | 120 | - name: build Debug-Full
|
121 | 121 | env:
|
122 | 122 | LIBCLANG_PATH: "C:\\Program Files\\LLVM\\lib"
|
|
0 commit comments