Skip to content

Commit 16f496d

Browse files
committed
fix: windows ci
1 parent 241eb1a commit 16f496d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
${{ matrix.asset_name }}-${{ env.VERSION }}.out
116116
117117
build-on-windows:
118-
runs-on: windows-latest
118+
runs-on: windows-2022
119119
continue-on-error: true
120120
strategy:
121121
fail-fast: false
@@ -142,7 +142,6 @@ jobs:
142142
vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }}
143143

144144
- name: build RustPlayer
145-
shell: bash
146145
run: |
147146
$VCPKG_ROOT/vcpkg install ffmpeg:x64-windows-static-md
148147
cargo build --release

0 commit comments

Comments
 (0)