ci: fix example build

This commit is contained in:
Mitchell Hashimoto
2025-09-21 20:39:41 -07:00
parent 3e1ba35843
commit dfda3ac280

View File

@@ -122,7 +122,7 @@ jobs:
- name: Build Example
run: |
cd example/${{ matrix.dir }}
nix develop -c zig build -Demit-bench
nix develop -c zig build
build-flatpak:
strategy: