We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d345875 commit c9cef58Copy full SHA for c9cef58
1 file changed
mac/deploy_mac.sh
@@ -109,7 +109,10 @@ build_installer_image() {
109
110
# Install create-dmg via brew. brew needs to be installed first.
111
# Download and later install. This is done to make caching possible
112
- brew_install_pinned "create-dmg" "1.1.0"
+ # brew_install_pinned "create-dmg" "1.1.0"
113
+
114
+ # FIXME: Currently caching is disabled due to an error in the extract step
115
+ brew install create-dmg
116
117
# Get Jamulus version
118
local app_version
0 commit comments