Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent 58fffe2 commit 55e0a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- {qt: "5.15", nosetests: 0}
env:
# CMAKE_GENERATOR: "MinGW Makefiles"
QMAKE_CC: "D:/a/funq/Qt/Tools/mingw810_32/bin/gcc.exe"
QMAKE_CXX: "D:/a/funq/Qt/Tools/mingw810_32/bin/g++.exe"
CC: "D:/a/funq/Qt/Tools/mingw810_32/bin/gcc.exe"
CXX: "D:/a/funq/Qt/Tools/mingw810_32/bin/g++.exe"
defaults:
run:
shell: cmd
Expand Down

0 comments on commit 55e0a63

Please sign in to comment.