Remove Cross.toml because yq is not used anymore

This commit is contained in:
Tobias Reisinger 2024-05-02 13:07:11 +02:00
parent cd27f41b6b
commit 1cf9ad4904
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,5 +0,0 @@
[build]
pre-build = [
"curl -Lo /usr/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64",
"chmod +x /usr/bin/yq"
]