Skip to content

Commit b8a99d2

Browse files
committed
Only run extra fixup_bundle if not GITHUB_ACTIONS
1 parent be78938 commit b8a99d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ endif()
134134
set(CPACK_DEBIAN_LABRECORDER_PACKAGE_SECTION "science" CACHE INTERNAL "")
135135
LSLGenerateCPackConfig()
136136

137-
if(APPLE)
137+
if(APPLE AND NOT DEFINED ENV{GITHUB_ACTIONS})
138138
# Qt6 QtNetwork depends on libbrotidec which depends on libbroticommon but whose search path uses @loader_path. Unfortunately, macdeployqt
139139
# does not seem to traverse @loader_path dependencies. So we are forced to call `fixup_bundle`. For now, we only do this if homebrew is present
140140
# because that seems to be where the bad dependency is coming from.

0 commit comments

Comments
 (0)