mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
skip fixMacDylibs.sh for macos-latest
This commit is contained in:
parent
4dc75c13c5
commit
0cc4470cbf
3
.github/workflows/Build.yml
vendored
3
.github/workflows/Build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
3
.github/workflows/Release_tag_stable.yml
vendored
3
.github/workflows/Release_tag_stable.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue