mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-23 19:49:05 +08:00
Try to detach /opt/artifacts from sciter (#8857)
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
f67f2be0cb
commit
67d4e061fb
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -1347,7 +1347,6 @@ jobs:
|
||||
ls -l "${PWD}"
|
||||
dockerRunArgs: |
|
||||
--volume "${PWD}:/workspace"
|
||||
--volume "/opt/artifacts:/opt/artifacts"
|
||||
shell: /bin/bash
|
||||
install: |
|
||||
apt-get update
|
||||
@ -1401,6 +1400,7 @@ jobs:
|
||||
fi
|
||||
# bootstrap vcpkg and set VCPKG_ROOT
|
||||
export VCPKG_ROOT=/opt/artifacts/vcpkg
|
||||
mkdir -p /opt/artifacts
|
||||
pushd /opt/artifacts
|
||||
rm -rf vcpkg
|
||||
git clone https://github.com/microsoft/vcpkg
|
||||
|
Loading…
Reference in New Issue
Block a user