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 9c8213c commit 391da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MediaDownloader4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-
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
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;D:/a/media-downloader/media-downloader/qt/Qt/5.15.2/mingw81_32/lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-
name: Configure CMake
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 391da85

Please sign in to comment.