Skip to content

Commit

Permalink
Updated CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Zoppi <[email protected]>
  • Loading branch information
TexZK committed Mar 30, 2024
1 parent 77b1414 commit 1e228eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
with:
action: build
directory: builddir
meson-version: 1.3.2
setup-options: -Dbuildtype=release
meson-version: 1.4.0
ninja-version: 1.11.1

- name: test
uses: BSFishy/[email protected]
with:
action: test
directory: builddir
meson-version: 1.3.2
setup-options: -Dbuildtype=release
meson-version: 1.4.0
ninja-version: 1.11.1

0 comments on commit 1e228eb

Please sign in to comment.