Skip to content

Commit

Permalink
github action: adjust minimal meson version
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Aug 22, 2023
1 parent 3c9db7a commit a3b0cb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/meson-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
directory: build
setup-options: -Db_sanitize=address,undefined
options: --verbose
meson-version: 0.61.4
- uses: BSFishy/[email protected]
with:
action: test
directory: build
setup-options: -Db_sanitize=address,undefined
options: --verbose
meson-version: 0.61.4
2 changes: 2 additions & 0 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
action: build
options: --verbose
meson-version: 0.61.4
- uses: BSFishy/[email protected]
with:
action: test
options: --verbose
meson-version: 0.61.4

0 comments on commit a3b0cb7

Please sign in to comment.