From 91e80b48812ea2b9d36c279aaea6b5dda53a7799 Mon Sep 17 00:00:00 2001 From: Alphonse Paix Date: Thu, 2 Oct 2025 10:44:29 +0200 Subject: [PATCH] update workflow --- .github/workflows/general.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index b02f24a..14d5d30 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -77,7 +77,12 @@ jobs: env: SQLX_OFFLINE: true steps: - - uses: actions/checkout@v4 + - name: Check out repository code + uses: actions/checkout@v4 + - name: Install mold linker + run: | + sudo apt-get update + sudo apt-get install -y mold clang - name: Install the Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: