Skip to content

Commit 44e1de0

Browse files
committed
CI: Use Meson 1.7.0
[why] We need modern support for wrap files without explicitly requesting a fallback in the meson.build. So why not go to an up-to-date version? Signed-off-by: Lars Froehlich <lars.froehlich@desy.de>
1 parent efacfe8 commit 44e1de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: robinraju/release-downloader@v1.6
4646
with:
4747
repository: "mesonbuild/meson"
48-
tag: "0.53.2"
48+
tag: "1.7.0"
4949
fileName: "*.tar.gz"
5050
- name: Unpack meson tar ball and remove downloaded file
5151
run: |
@@ -61,8 +61,8 @@ jobs:
6161
6262
- name: Configure build directories
6363
run: |
64-
./meson.py --buildtype=release build.release
65-
./meson.py --buildtype=debug build.asan -Db_sanitize=address
64+
./meson.py setup --buildtype=release build.release
65+
./meson.py setup --buildtype=debug build.asan -Db_sanitize=address
6666
- name: Build and run release tests
6767
id: buildnormal
6868
run: ./meson.py test -C build.release

0 commit comments

Comments
 (0)