mirror of https://github.com/aminya/setup-cpp
fix: fix matchersPath
This commit is contained in:
parent
a0e33e0466
commit
c1a994e5bd
|
@ -29,7 +29,7 @@ export async function setupPython(version: string, setupCppDir: string, arch: st
|
||||||
const installed = await finder.findPythonVersion(version, arch)
|
const installed = await finder.findPythonVersion(version, arch)
|
||||||
core.info(`Successfully setup ${installed.impl} (${installed.version})`)
|
core.info(`Successfully setup ${installed.impl} (${installed.version})`)
|
||||||
}
|
}
|
||||||
const matchersPath = path.join(__dirname, "..", ".github")
|
const matchersPath = path.join("setup-pthon", ".github")
|
||||||
core.info(`##[add-matcher]${path.join(matchersPath, "python.json")}`)
|
core.info(`##[add-matcher]${path.join(matchersPath, "python.json")}`)
|
||||||
return undefined
|
return undefined
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Reference in New Issue