add libgtk4 to workflows

This commit is contained in:
tranfelix 2023-10-16 16:01:00 +02:00
parent 9e20da3bd5
commit 0a3f3f3378
2 changed files with 31 additions and 27 deletions

View file

@ -1,6 +1,6 @@
on:
release:
types: [created]
types: [ created ]
jobs:
release:
@ -12,6 +12,8 @@ jobs:
with:
profile: minimal
toolchain: nightly
- name: Install gtk
run: sudo apt install libgtk-4-dev -y
- name: Build
run: cargo build --release --verbose
- name: Release

View file

@ -20,6 +20,8 @@ jobs:
with:
profile: minimal
toolchain: nightly
- name: Install gtk
run: sudo apt install libgtk-4-dev -y
- name: Cache
uses: actions/cache@v3
with: