Skip to content

Commit

Permalink
skip fixMacDylibs.sh for macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Nov 3, 2024
1 parent 4dc75c1 commit 0cc4470
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ jobs:
qmake LibreVNA-GUI.pro
make -j9
macdeployqt LibreVNA-GUI.app
# Unfortunately, we have to do some hackery to fix the loading path errors
# and missing dylibs from macdeployqt.
./fixMacDylibs.sh
zip -ry LibreVNA-GUI.zip LibreVNA-GUI.app
shell: bash

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/Release_tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ jobs:
qmake LibreVNA-GUI.pro
make -j9
macdeployqt LibreVNA-GUI.app
# Unfortunately, we have to do some hackery to fix the loading path errors
# and missing dylibs from macdeployqt.
./fixMacDylibs.sh
zip -ry LibreVNA-GUI.zip LibreVNA-GUI.app
shell: bash

Expand Down

0 comments on commit 0cc4470

Please sign in to comment.