Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 9, 2023
1 parent 97033ff commit 73e7552
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' {} \;

Expand Down

0 comments on commit 73e7552

Please sign in to comment.