ci(linux): archive .git [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-21 23:16:19 +01:00
parent f1d7201c3c
commit 5da67f762f
3 changed files with 5 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ tar -xzf ./vscode.tar.gz
cd vscode || { echo "'vscode' dir not found"; exit 1; }
export VSCODE_PLATFORM='linux'
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
VSCODE_HOST_MOUNT="$( pwd )"