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 09a940d commit 9c8213c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MediaDownloader4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install mingw --version=8.1.0 -y
-
name: update env
run: |
echo "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;${{github.workspace}}/qt/Qt/${{ env.QT_VERSION }}/${{ env.MINGW_PATH }}/lib;${{github.workspace}}/qt/Qt/${{ env.QT_VERSION }}/${{ env.MINGW_PATH }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-
name: Install Qt
uses: jurplel/install-qt-action@v2
Expand All @@ -38,6 +34,10 @@ jobs:
install-deps: "true"
host: 'windows'
target: 'desktop'
-
name: update env
run: |
echo "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;${{github.workspace}}/qt/Qt/${{ env.QT_VERSION }}/${{ env.MINGW_PATH }}/lib;${{github.workspace}}/qt/Qt/${{ env.QT_VERSION }}/${{ env.MINGW_PATH }}/bin;${{env.Qt5_Dir}}/lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-
name: Configure CMake
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 9c8213c

Please sign in to comment.