fix(cicd): install pango

This commit is contained in:
davidon-top 2023-12-09 14:00:34 +00:00
parent d8b009be6b
commit 100ffc41f7
Signed by: DavidOnTop
GPG key ID: FAB914DDC2F180EB

View file

@ -20,6 +20,9 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-unknown-linux-gnu
- name: install dependencies
run: |
sudo apt-get update; sudo apt-get install libcogl-pango-dev
- name: Build
run: |
cargo build --release --target x86_64-unknown-linux-gnu