Skip to content

Commit

Permalink
Use pacman on path
Browse files Browse the repository at this point in the history
  • Loading branch information
richardicooper committed Aug 20, 2024
1 parent 8dffaaa commit 5165f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
# WIN ONLY
- name: Install MinGW compiler and tools
run: |
c:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-openblas mingw-w64-x86_64-perl msys2-w32api-runtime mingw-w64-x86_64-curl
where pacman.exe
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-openblas mingw-w64-x86_64-perl msys2-w32api-runtime mingw-w64-x86_64-curl
# Install wxWidgets - win GUI only
#
Expand Down

0 comments on commit 5165f11

Please sign in to comment.