From befd414bfea7cd5e2a2ce6edf987214db6b270a2 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 17:11:36 -0600 Subject: [PATCH] ci: Don't use cross to build linux-gnu --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 456562e..2c7aa00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -190,7 +190,6 @@ jobs: cargo-flags: "" - target: x86_64-unknown-linux-gnu os: ubuntu-latest - use-cross: true cargo-flags: "" steps: