pull/1696/head
ruki 2 years ago
parent 51a0a86406
commit 2d12b67c1f
  1. 3
      .github/workflows/mingw_msys2.yml

@ -35,7 +35,8 @@ jobs:
run: |
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev
cd xmake
make build
./configure
make -j4
make install PREFIX=${{ matrix.prefix }}
xmake --version
cd ..

Loading…
Cancel
Save