mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 09:05:32 +00:00
add missed dependencies
This commit is contained in:
parent
407c3e2e13
commit
f2fbced415
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -19,6 +19,10 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Update packages index
|
||||
run: sudo apt update
|
||||
- name: Install system packages
|
||||
run: sudo apt install -y libglib2.0-dev
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all-targets
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue