mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
rebuild code
This commit is contained in:
parent
2f69f2f015
commit
e698af84e3
1 changed files with 0 additions and 3 deletions
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
|
@ -6112,9 +6112,6 @@ function run() {
|
|||
yield cacheDependencies(cache, pythonVersion);
|
||||
}
|
||||
}
|
||||
else {
|
||||
throw new Error("there's empty python-version input");
|
||||
}
|
||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue