Correct the option on the ci workflow

pull/794/head
hanna 2023-11-02 22:05:28 -07:00
parent 915f1f5e62
commit 3bee252389
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 -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