diff --git a/Cross.toml b/Cross.toml deleted file mode 100644 index 2b8c82d..0000000 --- a/Cross.toml +++ /dev/null @@ -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" -]