Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aronson authored Apr 30, 2024
1 parent 88c4a8e commit 6c4ba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
python-version: '3.10'
- run: python -m pip install -U pip
- run: pip install meson
- run: pip install meson ninja
- run: meson setup build
- run: meson compile -C build

0 comments on commit 6c4ba6f

Please sign in to comment.