vcpkg
This commit is contained in:
3
.github/workflows/vcpkg.yml
vendored
3
.github/workflows/vcpkg.yml
vendored
@@ -36,10 +36,9 @@ jobs:
|
|||||||
git clone --filter=blob:none --sparse https://github.com/rustdesk/rustdesk.git rustdesk_repo
|
git clone --filter=blob:none --sparse https://github.com/rustdesk/rustdesk.git rustdesk_repo
|
||||||
cd rustdesk_repo
|
cd rustdesk_repo
|
||||||
git sparse-checkout set res/vcpkg
|
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 ..
|
cd ..
|
||||||
cp rustdesk_repo/vcpkg.json .
|
cp rustdesk_repo/vcpkg.json .
|
||||||
[ -f rustdesk_repo/vcpkg-configuration.json ] && cp rustdesk_repo/vcpkg-configuration.json .
|
|
||||||
mkdir -p res
|
mkdir -p res
|
||||||
cp -r rustdesk_repo/res/vcpkg ./res/
|
cp -r rustdesk_repo/res/vcpkg ./res/
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user