ci: fix example build

pull/8840/head
Mitchell Hashimoto 2025-09-21 20:39:41 -07:00
parent 3e1ba35843
commit dfda3ac280
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

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: