Correct the option on the ci workflow
parent
915f1f5e62
commit
3bee252389
|
|
@ -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 -Dlibadwaita=true
|
||||
run: nix develop -c zig build -Dapp-runtime=gtk -Dgtk-libadwaita=true
|
||||
|
||||
- name: Test GLFW Build
|
||||
run: nix develop -c zig build -Dapp-runtime=glfw
|
||||
|
|
|
|||
Loading…
Reference in New Issue