fix(cliprdr): fix ci

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2026-05-29 22:18:49 +08:00
commit 496b522cf0

View file

@ -40,7 +40,7 @@ jobs:
- name: Install vcpkg dependency
shell: pwsh
run: |
& "$env:VCPKG_ROOT\vcpkg.exe" install check:x64-windows --x-install-root="$env:VCPKG_ROOT\installed"
& "$env:VCPKG_ROOT\vcpkg.exe" install check:x64-windows --classic --x-install-root="$env:VCPKG_ROOT\installed"
- name: Build test
shell: pwsh