diff options
Diffstat (limited to '.github/workflows/c.yml')
-rw-r--r-- | .github/workflows/c.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 2d610ca..0d9ea06 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -8,7 +8,7 @@ on: - "CMakeLists.txt" - "meson.build" - "configure.ac" - - "GNUMakefile.am" + - "GNUmakefile.am" - "ocusts.pc.in" - ".github/workflows/c.yml" pull_request: @@ -18,7 +18,7 @@ on: - "CMakeLists.txt" - "meson.build" - "configure.ac" - - "GNUMakefile.am" + - "GNUmakefile.am" - "ocusts.pc.in" - ".github/workflows/c.yml" @@ -85,7 +85,7 @@ jobs: - name: Install dependencies run: python -m pip install meson ninja - name: Configure Meson - run: meson build + run: meson setup build - name: Build run: ninja -C build - name: Test |