Skip to content

Commit

Permalink
🐎 ci(workflows/linux-ubuntu): fix qtconcurrentthreadengine
Browse files Browse the repository at this point in the history
  • Loading branch information
xqyjlj committed Mar 19, 2024
1 parent 97801a6 commit cf24579
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
with:
toolchain: ${{ matrix.rust_toolchain }}

# https://github.com/RPCS3/rpcs3/issues/10291
# https://github.com/pineappleEA/Pineapple-Linux/issues/22#issuecomment-1021839166
# https://codereview.qt-project.org/c/qt/qtbase/+/339417
- name: 🚑️ patch
shell: bash
run: |
sudo sed -i 's/ThreadEngineStarter<void>(ThreadEngine<void> \*_threadEngine)/ThreadEngineStarter(ThreadEngine<void> \*_threadEngine)/' $(find -name "qtconcurrentthreadengine.h")
- name: 👷 build
shell: bash
run: |
Expand Down

0 comments on commit cf24579

Please sign in to comment.