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

ci: add libgtk-layer-shell-dev

This commit is contained in:
Jake Stanger 2022-08-15 00:15:36 +01:00 committed by GitHub
parent 2c6338f82f
commit 18e088d593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install build deps
run: sudo apt install libgtk-3-dev
run: sudo apt install libgtk-3-dev libgtk-layer-shell-dev
- name: Build
run: cargo build --verbose