chore: use lld linker by default

This commit is contained in:
Michael Aaron Murphy 2023-02-01 00:43:58 +01:00
parent d4c83c6de7
commit 0a267c027d
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 8 additions and 4 deletions

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install system dependencies
run: sudo apt-get update && sudo apt-get install cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config
- uses: actions/checkout@v3
- name: install toolchain
run: rustup show
@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install system dependencies
run: sudo apt-get update && sudo apt-get install cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config
- uses: actions/checkout@v3
- name: install toolchain
run: rustup show