mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
[Ubuntu] Add one more missing file for vcpkg (#6589)
This commit is contained in:
@@ -15,13 +15,13 @@ $VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.sh
|
|||||||
|
|
||||||
# workaround https://github.com/microsoft/vcpkg/issues/27786
|
# workaround https://github.com/microsoft/vcpkg/issues/27786
|
||||||
|
|
||||||
mkdir -p /root/.vcpkg/
|
mkdir -p /root/.vcpkg/ $HOME/.vcpkg
|
||||||
touch /root/.vcpkg/vcpkg.path.txt
|
touch /root/.vcpkg/vcpkg.path.txt $HOME/.vcpkg/vcpkg.path.txt
|
||||||
|
|
||||||
$VCPKG_INSTALLATION_ROOT/vcpkg integrate install
|
$VCPKG_INSTALLATION_ROOT/vcpkg integrate install
|
||||||
chmod 0777 -R $VCPKG_INSTALLATION_ROOT
|
chmod 0777 -R $VCPKG_INSTALLATION_ROOT
|
||||||
ln -sf $VCPKG_INSTALLATION_ROOT/vcpkg /usr/local/bin
|
ln -sf $VCPKG_INSTALLATION_ROOT/vcpkg /usr/local/bin
|
||||||
|
|
||||||
rm -rf /root/.vcpkg
|
rm -rf /root/.vcpkg $HOME/.vcpkg
|
||||||
|
|
||||||
invoke_tests "Tools" "Vcpkg"
|
invoke_tests "Tools" "Vcpkg"
|
||||||
Reference in New Issue
Block a user