This commit is contained in:
Bryan Gerlach
2026-02-12 12:41:33 -06:00
parent 0853fdeed8
commit 2ab2b54f66
3 changed files with 6 additions and 7 deletions

View File

@@ -35,11 +35,10 @@ jobs:
run: |
git clone --filter=blob:none --sparse https://github.com/rustdesk/rustdesk.git rustdesk_repo
cd rustdesk_repo
# Added vcpkg-configuration.json to the list
git sparse-checkout set res/vcpkg vcpkg.json vcpkg-configuration.json
git sparse-checkout set res/vcpkg
git checkout master -- vcpkg.json vcpkg-configuration.json || git checkout main -- vcpkg.json vcpkg-configuration.json
cd ..
cp rustdesk_repo/vcpkg.json .
# Copy configuration if it exists
[ -f rustdesk_repo/vcpkg-configuration.json ] && cp rustdesk_repo/vcpkg-configuration.json .
mkdir -p res
cp -r rustdesk_repo/res/vcpkg ./res/