Skip to content

Commit

Permalink
[CI] Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 27, 2024
1 parent 06d3fd6 commit eb845ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ jobs:
python-version: '3.11'

- name: Install Meson and Ninja
run: pip install meson ninja
shell: bash
run: |
pip install meson==1.4.1
pip install ninja
- name: Set the environment variables CUTEST
shell: bash
Expand Down

0 comments on commit eb845ba

Please sign in to comment.