chore: use lld linker by default
This commit is contained in:
parent
d4c83c6de7
commit
0a267c027d
4 changed files with 8 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue