Skip to content

Commit

Permalink
gha/mingw64-clang: Remove no longer needed hack
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed May 15, 2024
1 parent 0aa9480 commit e0c0107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/windows-mingw64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
mingw-w64-${{ matrix.config.arch }}-qtwebkit
mingw-w64-${{ matrix.config.arch }}-python-sphinx
mingw-w64-${{ matrix.config.arch }}-sip
- if: matrix.config.msystem == 'clang64'
name: Patch CMake GetPrerequisites module until 3.29.0 release is out
run: sed -i 's/\\t\*DLL Name/\[\\t \]\*DLL Name/'
/clang64/share/cmake/Modules/GetPrerequisites.cmake
- name: Prepare ccache timestamp
id: get-current-date
run: |
Expand Down

0 comments on commit e0c0107

Please sign in to comment.