1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

ci: install libgtk3 for build

This commit is contained in:
Jake Stanger 2022-08-15 00:09:47 +01:00 committed by GitHub
parent 3c564a7774
commit 882fa30b66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install build deps
run: apt install libgtk-3-dev
- name: Build
run: cargo build --verbose
- name: Run clippy
run: cargo clippy --verbose