core/Cross.toml

6 lines
151 B
TOML
Raw Normal View History

2024-04-27 23:13:22 +00:00
[build]
pre-build = [
"curl -Lo /usr/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64",
"chmod +x /usr/bin/yq"
]