From ebc73ef775566514362e7f81cf22ca11a5d88886 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 9 Nov 2022 23:22:08 +0100 Subject: [PATCH] CI: Move macOS remove problematic files step --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43c7d21d..8c549a9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -562,12 +562,6 @@ jobs: make -j 4 sudo make install - - name: Remove problematic files - shell: bash - run: | - sudo rm -rf /usr/local/opt/qt6/share/qt/plugins/virtualkeyboard /usr/local/opt/qt6/share/qt/plugins/platforminputcontexts - sudo rm -f /usr/local/Cellar/qt/*/share/qt/plugins/imageformats/libqpdf.dylib - - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -596,6 +590,12 @@ jobs: shell: bash run: make install + - name: Remove problematic files + shell: bash + run: | + sudo rm -rf /usr/local/opt/qt6/share/qt/plugins/virtualkeyboard /usr/local/opt/qt6/share/qt/plugins/platforminputcontexts + sudo rm -f /usr/local/Cellar/qt/*/share/qt/plugins/imageformats/libqpdf.dylib + - name: Manually copy files not handled by macdeployqt working-directory: build shell: bash