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