Skip to content

Commit

Permalink
CI: drop use of Meson workflow
Browse files Browse the repository at this point in the history
See if this helps with the swallowed up error messages
  • Loading branch information
dcbaker committed Oct 31, 2024
1 parent 4a05399 commit 15f7e99
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.0.5
with:
key: ${{ matrix.id }}
- uses: BSFishy/meson-build@v1.0.3
with:
# Use 0.60 to get graceful failures of gtest protocol
meson-version: 0.60.3
setup-options: ${{ matrix.cfg.setup_options }}
action: test
directory: builddir
- name: Meson
run: |
python -m pip install meson==0.60.3
meson setup builddir ${{ matrix.cfg.setup_options }}
ninja -C builddir
ninja -C builddir test
clang-tidy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15f7e99

Please sign in to comment.