Skip to content

Commit

Permalink
sync pacman database in dry-run mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Nov 10, 2024
1 parent cb69048 commit 0175544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/mingw_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def install_msys2_requirements(args: list[str]) -> None:
)
else:
(cwd / "install_msys2_requirements.sh").write_text(
f"pacman -S {' '.join(msys2_requirements)} --noconfirm --needed"
f"pacman -Sy\npacman -S {' '.join(msys2_requirements)} --noconfirm --needed"
)


Expand Down

0 comments on commit 0175544

Please sign in to comment.