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: