We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241eb1a commit 16f496dCopy full SHA for 16f496d
1 file changed
.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
@@ -142,7 +142,6 @@ jobs:
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
148
cargo build --release
0 commit comments