fix
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 59s
Continuous Integration / TypeScript Tests (push) Successful in 1m3s
Continuous Integration / GitHub Actions Test (push) Failing after 45s

This commit is contained in:
2024-11-17 12:10:14 +13:00
parent 5ef74b300c
commit 159a17c5c7
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export async function download(version: string): Promise<string> {
const extractedPath = await tc.extractTar(
archivePath,
undefined,
'x --strip-components=1'
'-x --strip-components=1'
)
const cachedPath = await tc.cacheDir(extractedPath, 'clang', version)