From 1cf9ad49046e5c363c66bb9eb09f43472aa34706 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 2 May 2024 13:07:11 +0200 Subject: [PATCH] Remove Cross.toml because yq is not used anymore --- Cross.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Cross.toml 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" -]