fix: clippy
This commit is contained in:
parent
9094271db3
commit
1492815202
4 changed files with 233 additions and 236 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue