File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 6464 # aptly version 1.6.0 results in an segmentation fault. Therefore we fall back to version 1.5.0.
6565 # Since it is not possible to specify a version via brew command a formula was added for aptly 1.5.0
6666 # (source: https://github.com/Homebrew/homebrew-core/pull/202415/files)
67+ # Homebrew 4.6.4 (https://github.com/Homebrew/brew/releases/tag/4.6.4) introduced a breaking change,
68+ # where it isn't possible anymore to install a formula from a file.
69+ # (source: https://github.com/Homebrew/brew/issues/18371#issuecomment-2365396463)
6770 - name : Install Aptly version 1.5.0
68- run : brew install aptly.rb
71+ run : |
72+ brew tap-new stackitcloud/local-tap --no-git
73+ FORMULA_DIR="$(brew --repository)/Library/Taps/stackitcloud/homebrew-local-tap/Formula/"
74+ mkdir -p "$FORMULA_DIR"
75+ cp ./aptly.rb $FORMULA_DIR
76+ brew install stackitcloud/local-tap/aptly
6977 - name : Install Snapcraft
7078 uses : samuelmeuli/action-snapcraft@v3
7179 - name : Run GoReleaser
You can’t perform that action at this time.
0 commit comments