Skip to content

Commit

Permalink
fix github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jan 9, 2024
1 parent 8003713 commit 9a2dcd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/MediaDownloader4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ jobs:
working-directory: ${{github.workspace}}
env:
CMAKE_PREFIX_PATH: ${{env.Qt5_Dir}}
run: cmake -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-c++ -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "CodeBlocks - MinGW Makefiles" -B ${{github.workspace}}/build
PATH: "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;$env:PATH"

run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "CodeBlocks - MinGW Makefiles" -B ${{github.workspace}}/build
-
name: Build Project
working-directory: ${{github.workspace}}/build
run: |
mingw32-make.exe
env:
PATH: "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;$env:PATH"

0 comments on commit 9a2dcd8

Please sign in to comment.