ci(linux): debug [ci]

This commit is contained in:
Baptiste Augrain 2024-02-22 00:45:48 +01:00
parent 4f407ac513
commit a6150955be

View File

@ -9,13 +9,14 @@ fi
tar -xzf ./vscode.tar.gz
ls -la
cd vscode || { echo "'vscode' dir not found"; exit 1; }
export VSCODE_SKIP_NODE_VERSION_CHECK=1
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
pwd
ls -la *
ls -la .git
git clean -xfd .
yarn cache clean