From 1fda255b69ecb41559bfb401f7f54514d07865e2 Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Thu, 10 Jul 2025 02:41:46 -0400 Subject: [PATCH] ci: rm mold (missed in b86bb3c) --- .github/workflows/build_artifacts.yml | 1 - .github/workflows/ci.yml | 1 - flake.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index bb167e3..5a36013 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -30,7 +30,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: rui314/setup-mold@v1 # faster linker - uses: actions/cache@v4 with: path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b62d42..bce9c65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: args: " -- --check" steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@v1 # faster linker - uses: actions/cache@v4 with: path: | diff --git a/flake.nix b/flake.nix index ba1a303..a9de2c1 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ cargo clang pkg-config - mold android-tools ];