Skip to content

Commit 13f260e

Browse files
committed
ci: fix installation of meson
1 parent 509d9ea commit 13f260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-python@v1
4747
with:
4848
python-version: '3.x'
49-
- run: pip install meson ninja
49+
- run: pip3 install meson ninja
5050

5151
# Fetch tags to determine proper version number inside git
5252
- name: fetch tags

0 commit comments

Comments
 (0)