Update gtk build test to use libadwaita

pull/794/head
hanna 2023-11-02 21:58:56 -07:00
parent 63fe99809f
commit 5a161719cc
No known key found for this signature in database
GPG Key ID: 67B602A54658CE7C
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ jobs:
run: nix develop -c zig build -Dapp-runtime=none test
- name: Test GTK Build
run: nix develop -c zig build -Dapp-runtime=gtk
run: nix develop -c zig build -Dapp-runtime=gtk -Dlibadwaita=true
- name: Test GLFW Build
run: nix develop -c zig build -Dapp-runtime=glfw