Update msys2-build.yml
This commit is contained in:
parent
008acf0422
commit
70ee4cbd88
|
|
@ -51,9 +51,16 @@ jobs:
|
||||||
|
|
||||||
# Install xmake
|
# Install xmake
|
||||||
- name: Setup xmake
|
- name: Setup xmake
|
||||||
uses: xmake-io/github-action-setup-xmake@v1
|
shell: msys2 {0}
|
||||||
with:
|
run: |
|
||||||
xmake-version: branch@dev
|
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev
|
||||||
|
cd xmake
|
||||||
|
make build
|
||||||
|
make install PREFIX=${{ matrix.prefix }}
|
||||||
|
xmake --version
|
||||||
|
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