Skip to content

Commit

Permalink
try to fix Windows CI aaarhg
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Nov 6, 2024
1 parent b099016 commit 6dcd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def build_fribidi(release=False):
if not os.path.exists(meson):
print("meson not found, installing...")
subprocess.run([
"pip install meson"
"python -m pip install meson"
], check=True)

yeetdir("build")
Expand Down

0 comments on commit 6dcd9c4

Please sign in to comment.