mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 01:59:46 +08:00
Fix
This commit is contained in:
@@ -192,11 +192,13 @@
|
||||
"pipx": [
|
||||
{
|
||||
"package": "yamllint",
|
||||
"python": "default"
|
||||
"python": "default",
|
||||
"cmd": "yamllint"
|
||||
},
|
||||
{
|
||||
"package": "aws-sam-cli",
|
||||
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7"
|
||||
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7",
|
||||
"cmd": "sam"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -155,11 +155,13 @@
|
||||
"pipx": [
|
||||
{
|
||||
"package": "yamllint",
|
||||
"python": "default"
|
||||
"python": "default",
|
||||
"cmd": "yamllint"
|
||||
},
|
||||
{
|
||||
"package": "aws-sam-cli",
|
||||
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7"
|
||||
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7",
|
||||
"cmd": "sam"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user