Update msys2-build.yml

This commit is contained in:
SirLynix 2022-12-25 11:53:59 +01:00
parent 22ae68fdca
commit 60c468694c
1 changed files with 2 additions and 1 deletions

View File

@ -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