Skip to content

Commit

Permalink
use msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Apr 11, 2023
1 parent dfcc4db commit 7342587
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,22 @@ jobs:
uses: egor-tensin/setup-mingw@v2
- name: Download build tools [windows]
if: runner.os == 'Windows'
run: pacman -Sy --needed \
base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain git \
subversion mercurial libtool automake autoconf automake-wrapper \
mingw-w64-i686-cmake mingw-w64-x86_64-cmake
uses: msys2/setup-msys@v2
with:
update: true
install:
base-devel
git
subversion
mercurial
libtool
automake
autoconf
automake-wrapper
mingw-w64-i686-toolchain
mingw-w64-x86_64-toolchain
mingw-w64-i686-cmake
mingw-w64-x86_64-cmake

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 7342587

Please sign in to comment.