From cb464bdf37a856ce849a70fbdf981f67808f2db2 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 12 Feb 2026 12:45:53 -0600 Subject: [PATCH] vcpkg --- .github/workflows/vcpkg.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/vcpkg.yml b/.github/workflows/vcpkg.yml index 522dcd6..001a918 100644 --- a/.github/workflows/vcpkg.yml +++ b/.github/workflows/vcpkg.yml @@ -36,10 +36,9 @@ jobs: git clone --filter=blob:none --sparse https://github.com/rustdesk/rustdesk.git rustdesk_repo cd rustdesk_repo git sparse-checkout set res/vcpkg - git checkout master -- vcpkg.json vcpkg-configuration.json || git checkout master -- vcpkg.json vcpkg-configuration.json + git checkout master -- vcpkg.json || git checkout master -- vcpkg.json cd .. cp rustdesk_repo/vcpkg.json . - [ -f rustdesk_repo/vcpkg-configuration.json ] && cp rustdesk_repo/vcpkg-configuration.json . mkdir -p res cp -r rustdesk_repo/res/vcpkg ./res/ shell: bash