Skip to content

Commit

Permalink
Fixing macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 5, 2024
1 parent 6eb3bd2 commit 8e79432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
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
sed -i '' 's/if(!darwin:clang)|intel_icc/if(!darwin:clang)|intel_icc|darwin/' $TCFILE
echo "After update:"
cat $TCFILE
Expand Down

0 comments on commit 8e79432

Please sign in to comment.