0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-05 09:31:21 +02:00

ci: fix workflow

This commit is contained in:
Sayafdine Said 2023-06-26 17:38:31 +02:00
parent 241bc6bb04
commit ef2187aa8e
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
meson setup build howdy/src
meson setup -C build
ninja -C build
- name: Check source code