Skip to content

Commit c9cef58

Browse files
committed
Autobuild: Hotfix: Remove caching and pinning of create-dmg
1 parent d345875 commit c9cef58

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mac/deploy_mac.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ build_installer_image() {
109109

110110
# Install create-dmg via brew. brew needs to be installed first.
111111
# Download and later install. This is done to make caching possible
112-
brew_install_pinned "create-dmg" "1.1.0"
112+
# 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
113116

114117
# Get Jamulus version
115118
local app_version

0 commit comments

Comments
 (0)