Correct the option on the ci workflow

This commit is contained in:
hanna
2023-11-02 22:05:28 -07:00
parent 915f1f5e62
commit 3bee252389

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 -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