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 f7fc691 commit 59e7144
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,12 @@ jobs:
which g++
which clang++
dir /b /s ..\Qt
mkdir build
- name: build cmake
env:
MINGW_DIR: C:\mingw64\bin
run: |
mkdir build
pushd build
run: >-
cmake -B build ..
-DCMAKE_C_COMPILER=C:\mingw64\bin\gcc
-DCMAKE_CXX_COMPILER=C:\mingw64\bin\g++
Expand Down

0 comments on commit 59e7144

Please sign in to comment.