File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,19 @@ jobs:
50
50
- uses : msys2/setup-msys2@v2
51
51
with :
52
52
msystem : ${{ matrix.msystem }}
53
- install : base-devel git unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain mingw-w64-${{ matrix.arch }}-xmake
53
+ install : base-devel git unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
54
54
update : true
55
55
56
56
# Update xmake to nightly (fixes a bug in xmake 2.9.1)
57
- - name : Update xmake to dev
58
- run : xmake update -s dev
57
+ - name : Install xmake dev
58
+ shell : msys2 {0}
59
+ run : |
60
+ git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev
61
+ cd xmake
62
+ ./configure
63
+ make -j4
64
+ make install PREFIX=/${{ matrix.msystem }}
65
+ xmake --version
59
66
60
67
# Force xmake to a specific folder (for cache)
61
68
- name : Set xmake env
You can’t perform that action at this time.
0 commit comments