Update msys2-build.yml

This commit is contained in:
Jérôme Leclercq 2021-08-23 19:15:47 +02:00
parent 70ee4cbd88
commit 0c515b2c31
1 changed files with 3 additions and 5 deletions

View File

@ -53,14 +53,12 @@ jobs:
- name: Setup xmake - name: Setup xmake
shell: msys2 {0} shell: msys2 {0}
run: | run: |
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev xmake_git
cd xmake cd xmake_git
make build make build
make install PREFIX=${{ matrix.prefix }} make install PREFIX=/${{ matrix.msystem }}
xmake --version xmake --version
cd .. cd ..
git reset --hard HEAD
git clean -fdx
# Update xmake repository (in order to have the file that will be cached) # Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository - name: Update xmake repository