fix: clippy

This commit is contained in:
DavidOnTop 2023-12-09 19:31:23 +00:00
parent 9094271db3
commit 1492815202
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
4 changed files with 233 additions and 236 deletions

View file

@ -22,7 +22,7 @@ jobs:
targets: x86_64-unknown-linux-gnu
- name: install dependencies
run: |
sudo apt-get update; sudo apt-get install libcogl-pango-dev
sudo apt-get update; sudo apt-get install -y libcogl-pango-dev
- name: Build
run: |
cargo build --release --target x86_64-unknown-linux-gnu