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