We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241eb1a commit a668e13Copy full SHA for a668e13
.github/workflows/rust.yml
@@ -115,7 +115,7 @@ jobs:
115
${{ matrix.asset_name }}-${{ env.VERSION }}.out
116
117
build-on-windows:
118
- runs-on: windows-latest
+ runs-on: windows-2022
119
continue-on-error: true
120
strategy:
121
fail-fast: false
@@ -137,14 +137,13 @@ jobs:
137
- uses: Swatinem/rust-cache@v2
138
139
- name: setup vcpkg (do not install any package)
140
- uses: lukka/run-vcpkg@v10
+ uses: lukka/run-vcpkg@v11
141
with:
142
vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }}
143
144
- name: build RustPlayer
145
- shell: bash
146
run: |
147
- $VCPKG_ROOT/vcpkg install ffmpeg:x64-windows-static-md
+ vcpkg install ffmpeg:x64-windows-static-md
148
cargo build --release
149
150
- name: rename
0 commit comments