.github/workflows: fix meson deprecations

This commit is contained in:
Austin Horstman
2024-05-28 15:03:22 -05:00
parent 0d518cb5a3
commit 8adb0a5644
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: configure
run: meson -Dman-pages=enabled -Dcpp_std=${{matrix.cpp_std}} build
run: meson setup -Dman-pages=enabled -Dcpp_std=${{matrix.cpp_std}} build
- name: build
run: ninja -C build
- name: test