Update msys2-build.yml
This commit is contained in:
parent
22ae68fdca
commit
60c468694c
|
|
@ -65,7 +65,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev xmake_git
|
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev xmake_git
|
||||||
cd xmake_git
|
cd xmake_git
|
||||||
make build
|
./configure
|
||||||
|
make -j4
|
||||||
|
|
||||||
# Install xmake
|
# Install xmake
|
||||||
- name: Install xmake
|
- name: Install xmake
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue