Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Dec 16, 2023
1 parent 5b62366 commit 8e222de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Build depend
shell: msys2 {0}
run: |
pacman --noconfirm -S make cmake autoconf automake bison diffutils libtool texinfo xmlto
pacman --noconfirm -S base-devel msys2-devel mingw-w64-{x86_64,i686}-toolchain
pacman --noconfirm -S make
cd depend
export PATH=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH
export PATH=$PATH:$Qt6_DIR/../../Tools/mingw810_64/bin
ls -l $Qt6_DIR/../../Tools/mingw810_64/bin
./build_ms.sh
- name: Build all
Expand Down

0 comments on commit 8e222de

Please sign in to comment.