Skip to content

Commit

Permalink
ci: use mold linker (#3370)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed May 19, 2024
1 parent b342b8f commit fdff377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit fdff377

Please sign in to comment.