diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 58b34ad..18fd2a9 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -37,6 +37,10 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Install mold linker + run: | + sudo apt-get update + sudo apt-get install -y mold - name: Install the Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: @@ -100,6 +104,10 @@ jobs: - 16379:6379 steps: - uses: actions/checkout@v4 + - name: Install mold linker + run: | + sudo apt-get update + sudo apt-get install -y mold - name: Install the Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: