This commit is contained in:
parent
ac3d47c83b
commit
cf7e2f12ff
3 changed files with 55 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
toolchain: nightly
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: install requirements for fast-build
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install lld clang mold
|
||||
|
||||
- name: Build release
|
||||
run: cargo build --release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue