From 0c515b2c317df2f3364e1b37be2b34edd3067f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 23 Aug 2021 19:15:47 +0200 Subject: [PATCH] Update msys2-build.yml --- .github/workflows/msys2-build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 42f369a0d..2f88acf6a 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -53,14 +53,12 @@ jobs: - name: Setup xmake shell: msys2 {0} run: | - git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev - cd xmake + git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev xmake_git + cd xmake_git make build - make install PREFIX=${{ matrix.prefix }} + make install PREFIX=/${{ matrix.msystem }} xmake --version cd .. - git reset --hard HEAD - git clean -fdx # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository