From 73e7552745575ab06eb98fea769bcdae29b692bd Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Thu, 9 Nov 2023 15:36:06 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9b1d6ed7..3bd0a0ec0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -714,13 +714,11 @@ jobs: cache-key-prefix: 'install-qt-action-ios' - name: fix qt - run: find ${{ github.workspace }}/output/ios/ -name 'ios.conf' -exec sed -i '' 's/ios-simulator/iphoneos/g' {} \; -# run: find ${{ github.workspace }}/output/ios/ -name 'ios.conf' -exec sed -i '' 's/ios-simulator/iphonesimulator/g' {} \; + run: find ${{ github.workspace }}/output/ios/ -name 'ios.conf' -exec sed -i '' 's/ios-simulator/iphonesimulator/g' {} \; - name: fix qt run: find ${{ github.workspace }}/output/ios/ -name 'qmake.conf' -exec sed -i '' 's/x86_64/arm64/g' {} \; - - name: fix qt run: find ${{ github.workspace }}/output/ios/ -name 'devices.py' -exec sed -i '' 's/\/usr\/bin\/python/\/usr\/bin\/python3/g' {} \;