Skip to content

Commit

Permalink
Merge branch '3.4' of https://github.com/pawelsalawa/sqlitestudio int…
Browse files Browse the repository at this point in the history
…o 3.4
  • Loading branch information
pawelsalawa committed Dec 5, 2024
2 parents b6cc918 + de6233f commit 1229901
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ jobs:
py7zrversion: '==0.20.*'
setup-python: 'false'
extra: '--external 7z'

#- name: Fix Qt for MacOS 13
# shell: bash
# run: |
# TCFILE=$(find $Qt5_DIR/mkspecs/features -name toolchain.prf -type f -maxdepth 1)
# echo "Updating file: $TCFILE"
# sed -i '' 's/if(!darwin:clang)|intel_icc/if(!darwin:clang)|intel_icc|darwin/' $TCFILE
# echo "After update:"
# cat $TCFILE

- name: Install the InstalBuilder
shell: bash
Expand Down

0 comments on commit 1229901

Please sign in to comment.