Skip to content

Commit

Permalink
fix msys ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 12, 2023
1 parent d0612dc commit b4b8e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw_msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Prepare
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 xmakesrc
cd xmakesrc
./configure
make build
make install PREFIX=${{ matrix.prefix }}
Expand Down

0 comments on commit b4b8e6d

Please sign in to comment.