Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored May 11, 2024
1 parent 7330ce2 commit f7fc691
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
- name: Install MinGW8.1 64-bit
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
tools: 'tools_llvm_mingw1706'
msystem: mingw64
install: mingw-w64-x86_64-openssl

- name: Install Qt6
uses: jurplel/install-qt-action@v3
Expand Down Expand Up @@ -203,6 +203,20 @@ jobs:
which clang++
dir /b /s ..\Qt
- name: build cmake
env:
MINGW_DIR: C:\mingw64\bin
run: |
mkdir build
pushd build
cmake -B build ..
-DCMAKE_C_COMPILER=C:\mingw64\bin\gcc
-DCMAKE_CXX_COMPILER=C:\mingw64\bin\g++
-DMIN_GW_PATH_PREFIX=..\..\Qt\6.6.3\mingw_64
-DBOOST_DIR=..\..\boost
-DBOOST_INCLUDE_DIR=..\..\boost
shell: cmd

- name: Build
run: |
copy CI\custom-win.pri custom.pri
Expand Down

0 comments on commit f7fc691

Please sign in to comment.