From 0cc4470cbf7865c9c5b050a5c3366865b04ae230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sun, 3 Nov 2024 13:56:53 +0100 Subject: [PATCH] skip fixMacDylibs.sh for macos-latest --- .github/workflows/Build.yml | 3 --- .github/workflows/Release_tag_stable.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9b09f14..4026061 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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 diff --git a/.github/workflows/Release_tag_stable.yml b/.github/workflows/Release_tag_stable.yml index 3e3f12b..1640155 100644 --- a/.github/workflows/Release_tag_stable.yml +++ b/.github/workflows/Release_tag_stable.yml @@ -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