Update msys2-build.yml
This commit is contained in:
parent
70ee4cbd88
commit
0c515b2c31
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue