mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
Remove existing /opt/artifacts/vcpkg in sciter builds (#8804)
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
51a60a7eed
commit
8a4a2b5732
1
.github/workflows/flutter-build.yml
vendored
1
.github/workflows/flutter-build.yml
vendored
@ -1396,6 +1396,7 @@ jobs:
|
||||
# vcpkg
|
||||
export VCPKG_ROOT=/opt/artifacts/vcpkg
|
||||
pushd /opt/artifacts
|
||||
rm -rf vcpkg
|
||||
git clone https://github.com/microsoft/vcpkg
|
||||
pushd vcpkg
|
||||
git reset --hard ${{ env.VCPKG_COMMIT_ID }}
|
||||
|
Loading…
Reference in New Issue
Block a user