fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user