ci: install libgtk3 for build
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user