We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb7d4d commit 3ed9a23Copy full SHA for 3ed9a23
1 file changed
.github/workflows/rust.yml
@@ -141,15 +141,7 @@ jobs:
141
# with:
142
# vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }}
143
144
- - name: Verify toolchain
145
- run: |
146
- where cl
147
- where link
148
- cl /?
149
- link /?
150
-
151
- name: build RustPlayer
152
- shell: bash
153
run: |
154
# $VCPKG_ROOT/vcpkg install ffmpeg:x64-windows-static-md
155
cargo build --release
0 commit comments