From a95db814b7242e9cf2be57911ee0fa055ea67889 Mon Sep 17 00:00:00 2001 From: Jake Meyer Date: Fri, 18 Oct 2024 23:20:28 -0700 Subject: [PATCH] Install mold linker for github workflow check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 459c564..99bcca0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install mold - run: apt install -y mold + run: sudo apt-get install -y mold - name: Run rustfmt run: cargo fmt -- --check