Skip to content

Commit aa01b32

Browse files
committed
test
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent c5b3de6 commit aa01b32

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15+
- name: Alex test
16+
run: |
17+
brew install aptly@1.5.0
18+
which aptly
19+
aptly help
20+
aptly --version
1521
- name: Build
1622
uses: ./.github/actions/build
1723
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
5959
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
6060
- name: Install Aptly
61-
run: brew install aptly
61+
run: brew install aptly@1.5.0
6262
- name: Install Snapcraft
6363
uses: samuelmeuli/action-snapcraft@v2
6464
- name: Run GoReleaser

0 commit comments

Comments
 (0)