fix gcc build

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-14 05:48:13 +05:30
parent 9397140473
commit d1df555a6a
3 changed files with 7 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ jobs:
- name: setup
run: nix develop .#matar -c meson setup $BUILDDIR
- name: tests
run: nix develop .#matar -c ninja test -C $BUILDDIR
- name: build
run: nix develop .#matar -c ninja -C $BUILDDIR
- name: tests
run: nix develop .#matar -c ninja test -C $BUILDDIR