Try to detach /opt/artifacts from sciter (#8857)

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello 2024-07-27 15:57:53 +00:00 committed by GitHub
parent f67f2be0cb
commit 67d4e061fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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