Skip to content

Commit 3ed9a23

Browse files
committed
fix: use cmd to run cargo build on windows
1 parent 0fb7d4d commit 3ed9a23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,7 @@ jobs:
141141
# with:
142142
# vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }}
143143

144-
- name: Verify toolchain
145-
run: |
146-
where cl
147-
where link
148-
cl /?
149-
link /?
150-
151144
- name: build RustPlayer
152-
shell: bash
153145
run: |
154146
# $VCPKG_ROOT/vcpkg install ffmpeg:x64-windows-static-md
155147
cargo build --release

0 commit comments

Comments
 (0)