fix: archive extraction
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m2s
Continuous Integration / TypeScript Tests (push) Successful in 1m5s
Continuous Integration / GitHub Actions Test (push) Failing after 1m20s

This commit is contained in:
2024-11-17 12:01:17 +13:00
parent f31183b780
commit 24ecf016df
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export async function download(version: string): Promise<string> {
core.info(`Extracting Clang archive...`)
const extractedPath = await tc.extractTar(archivePath)
const extractedPath = await tc.extractTar(archivePath, undefined, 'xf')
const cachedPath = await tc.cacheDir(extractedPath, 'clang', version)
return cachedPath