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}"
|
ls -l "${PWD}"
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}:/workspace"
|
--volume "${PWD}:/workspace"
|
||||||
--volume "/opt/artifacts:/opt/artifacts"
|
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@ -1401,6 +1400,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
# bootstrap vcpkg and set VCPKG_ROOT
|
# bootstrap vcpkg and set VCPKG_ROOT
|
||||||
export VCPKG_ROOT=/opt/artifacts/vcpkg
|
export VCPKG_ROOT=/opt/artifacts/vcpkg
|
||||||
|
mkdir -p /opt/artifacts
|
||||||
pushd /opt/artifacts
|
pushd /opt/artifacts
|
||||||
rm -rf vcpkg
|
rm -rf vcpkg
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user