Update cargo-build-test.yml

This commit is contained in:
Llywelwyn 2025-03-09 11:02:16 +00:00 committed by GitHub
parent bdcd55c8a5
commit 45b9b33039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Deps
run: sudo dnf install fontconfig-devel
- name: Build
run: cargo build --verbose
- name: Run tests