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:
Ashley Wulber 2023-06-07 15:46:01 -04:00 committed by GitHub
parent 0745d43136
commit ddc176ea89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 12 deletions

View file

@ -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