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

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