Skip to content

Commit

Permalink
Dump msys tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Feb 9, 2024
1 parent 92c28a6 commit 1a955f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/install_msys_packages.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$ErrorActionPreference = "Stop"
echo "Installing msys packages..."
C:\tools\msys64\usr\bin\bash `"-l`" `"-c`" `"pacman -S --noconfirm make yasm diffutils awk`"
ls "C:\tools\msys64\usr\bin"
C:\tools\msys64\usr\bin\bash -l -c "pacman -S --noconfirm make yasm diffutils awk"
echo "Done."

0 comments on commit 1a955f7

Please sign in to comment.