skip fixMacDylibs.sh for macos-latest

This commit is contained in:
Jan Käberich 2024-11-03 13:56:53 +01:00
parent 4dc75c13c5
commit 0cc4470cbf
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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