Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Adjust meson version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Sep 8, 2023
1 parent 9abbb1a commit 3935f69
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/meson-build@v1.0.3
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/meson-build@v1.0.3
with:
action: test
options: --verbose
meson-version: 0.61.4

0 comments on commit 3935f69

Please sign in to comment.