Skip to content

Commit

Permalink
try update meson in action
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored and jeandet committed Feb 6, 2024
1 parent f0e1fb0 commit f70dc86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
container: jeandet/simple_cxx_fedora
steps:
- uses: actions/checkout@v3
- name: update Meson
run: python3 -m pip install meson -U
- name: Configure with Meson
run: meson -Db_coverage=true . build
- name: Build (meson)
Expand Down

0 comments on commit f70dc86

Please sign in to comment.