Skip to content

Commit e7df92a

Browse files
committed
workaround for aptly isn't needed
- segmentation fault was fixed in 1.6.1
1 parent 189271f commit e7df92a

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,8 @@ jobs:
6161
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
6262
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
6363
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
64-
# aptly version 1.6.0 results in an segmentation fault. Therefore we fall back to version 1.5.0.
65-
# Since it is not possible to specify a version via brew command a formula was added for aptly 1.5.0
66-
# (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)
70-
- name: Install Aptly version 1.5.0
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
64+
- name: Install Aptly
65+
run: brew install aptly
7766
- name: Install Snapcraft
7867
uses: samuelmeuli/action-snapcraft@v3
7968
- name: Run GoReleaser

aptly.rb

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)