ci: use mold linker

This commit is contained in:
Rob Ede 2024-05-19 14:14:49 +01:00
parent b342b8fc82
commit dff2bfd508
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ jobs:
echo 'OPENSSL_DIR=C:\Program Files\OpenSSL' >> $GITHUB_ENV
echo "RUSTFLAGS=-C target-feature=+crt-static" >> $GITHUB_ENV
- name: Setup mold linker
if: matrix.target.os == 'ubuntu-latest'
uses: rui314/setup-mold@v1
- name: Install Rust (${{ matrix.version.name }})
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
with: