6 lines
151 B
TOML
6 lines
151 B
TOML
|
[build]
|
||
|
pre-build = [
|
||
|
"curl -Lo /usr/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64",
|
||
|
"chmod +x /usr/bin/yq"
|
||
|
]
|