Skip to content

Commit a85cceb

Browse files
committed
Update msys2-build.yml
1 parent ddbc7b1 commit a85cceb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/msys2-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ jobs:
5757
- name: Install xmake dev
5858
shell: msys2 {0}
5959
run: |
60-
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev
61-
cd xmake
60+
git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev xmake-src
61+
cd xmake-src
6262
./configure
6363
make -j4
6464
make install PREFIX=/${{ matrix.msystem }}
6565
xmake --version
66+
cd ..
6667
6768
# Force xmake to a specific folder (for cache)
6869
- name: Set xmake env

0 commit comments

Comments
 (0)