From 4b85a7c8c339c8121d2127f7574ae4bdc3df0f5f Mon Sep 17 00:00:00 2001 From: csd4ni3l <96988024+csd4ni3l@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:07:38 +0200 Subject: [PATCH] Add mold for faster linking --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31bd1be..3b6a755 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,8 @@ jobs: gcc-multilib \ xorriso \ curl \ - ccache + ccache \ + mold - name: Install build dependencies (aarch64) if: matrix.karch == 'aarch64' @@ -43,7 +44,8 @@ jobs: libc6-dev-arm64-cross \ xorriso \ curl \ - ccache + ccache \ + mold - name: Install Rust toolchain uses: dtolnay/rust-toolchain@nightly