mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
add libgtk4 to workflows
This commit is contained in:
parent
9e20da3bd5
commit
0a3f3f3378
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue