Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored May 3, 2024
1 parent cf70af9 commit c5b7a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
- name: Build and packaging
run: |
bash -c 'sed -i"" -e "s:|intel_icc\s*{:|intel_icc|darwin {:" "$(find /Users/runner/work/LibreCAD/Qt -name qconfig.pri -print)"'
bash -c 'ls -l "$(find /Users/runner/work/LibreCAD/Qt -name qconfig.pri -print)"'
bash -c 'cat "$(find /Users/runner/work/LibreCAD/Qt -name qconfig.pri -print)"'
bash -c 'sed -i"" -e "s:isEmpty(QMAKE_DEFAULT_LIBDIRS):isEmpty($HOME):" "$(find /Users/runner/work/LibreCAD/Qt -name toolchain.prf -print)"'
bash -c 'ls -l "$(find /Users/runner/work/LibreCAD/Qt -name toolchain.prf -print)"'
bash -c 'cat "$(find /Users/runner/work/LibreCAD/Qt -name toolchain.prf -print)"'
scripts/build-osx.sh
mv LibreCAD.dmg LibreCAD-`git describe --always`.dmg
Expand Down

0 comments on commit c5b7a59

Please sign in to comment.