We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be78938 commit b8a99d2Copy full SHA for b8a99d2
CMakeLists.txt
@@ -134,7 +134,7 @@ endif()
134
set(CPACK_DEBIAN_LABRECORDER_PACKAGE_SECTION "science" CACHE INTERNAL "")
135
LSLGenerateCPackConfig()
136
137
-if(APPLE)
+if(APPLE AND NOT DEFINED ENV{GITHUB_ACTIONS})
138
# Qt6 QtNetwork depends on libbrotidec which depends on libbroticommon but whose search path uses @loader_path. Unfortunately, macdeployqt
139
# 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
140
# because that seems to be where the bad dependency is coming from.
0 commit comments