Skip to content

refactor!: migrate to pango and cairo usage #158

refactor!: migrate to pango and cairo usage

refactor!: migrate to pango and cairo usage #158

Workflow file for this run

name: Rust build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: cargo build
runs-on: ubuntu-latest
steps:
- name: Update apt-get
run: sudo apt-get update
- name: Install pangocairo
run: sudo apt-get install librust-pangocairo-sys-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --all-features