Fix build jammy (#44)
* fix: use rust-all * update deps * remove rust-all version requirement * fix: install 1.69.0 in ci.yml * clippy
This commit is contained in:
parent
0745d43136
commit
ddc176ea89
6 changed files with 11 additions and 12 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: install toolchain
|
||||
run: rustup toolchain install stable --component rustfmt
|
||||
run: rustup toolchain install 1.69.0 --component rustfmt
|
||||
- name: fmt
|
||||
run: cargo fmt --all --check
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev
|
||||
- uses: actions/checkout@v3
|
||||
- name: install toolchain
|
||||
run: rustup show
|
||||
run: rustup toolchain install 1.69.0 --component clippy
|
||||
- name: clippy
|
||||
run: cargo clippy --all-features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue