ruki 2 years ago
parent
commit
2d12b67c1f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/mingw_msys2.yml

+ 2 - 1
.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 ..