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 121c7b5 commit 41c32f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/MediaDownloader4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
# run: |
# Write-Output (Get-Command g++.exe).Path
# g++.exe --version

-
name: remove default version of mingw
run: |
choco uninstall mingw --force
choco uninstall strawberryperl --force
-
name: Install correct version of mingw
uses: crazy-max/ghaction-chocolatey@v1
Expand All @@ -38,7 +44,6 @@ jobs:
arch: ${{ env.MINGW_VERSION }}
dir: "${{github.workspace}}/qt"
install-deps: "true"
archives: "qtbase qtwidgets qtcore qtnetwork"
-
name: Configure CMake
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 41c32f3

Please sign in to comment.