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

ci(release): fix missing build deps [skip ci]

This commit is contained in:
Jake Stanger 2022-08-22 23:13:45 +01:00
parent 1d7c3772e4
commit 53142d1bea
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -17,6 +17,9 @@ jobs:
toolchain: stable
override: true
- name: Install build deps
run: sudo apt install libgtk-3-dev libgtk-layer-shell-dev
- name: Update CHANGELOG
id: changelog
uses: Requarks/changelog-action@v1