workspace/Cross.toml

6 lines
151 B
TOML
Raw Normal View History

2024-05-01 11:56:05 +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"
]