ci(linux): remove git clean [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-22 01:27:39 +01:00
parent 9ce4c29b64
commit c11e8cb34f
2 changed files with 0 additions and 8 deletions

View File

@@ -9,8 +9,6 @@ fi
tar -xzf ./vscode.tar.gz
chown -R root:root vscode
cd vscode || { echo "'vscode' dir not found"; exit 1; }
export VSCODE_PLATFORM='linux'