Skip to content

Commit

Permalink
fix ci.actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Aug 5, 2024
1 parent 1ee1f69 commit 0010889
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
platform:
- os: ubuntu-latest
name: linux
arch: x86-64
# gha finally added arm runners:
# https://github.com/actions/runner-images
- os: macos-latest
name: darwin
arch: aarch64
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,7 +36,7 @@ jobs:
- run: test ${{ steps.build.outputs.project }} = stark.com/foo
- run: test ${{ steps.build.outputs.version }} = 2.3.4
- run: test ${{ steps.build.outputs.platform }} = ${{ matrix.platform.name }}
- run: test ${{ steps.build.outputs.arch }} = x86-64
- run: test ${{ steps.build.outputs.arch }} = ${{ matrix.platform.arch }}
- run: test -d ${{ steps.build.outputs.prefix }}
- run: test $BREWKIT_PKGSPEC = ${{ steps.build.outputs.pkgspec }}
- run: test $BREWKIT_PREFIX = ${{ steps.build.outputs.prefix }}
Expand Down

0 comments on commit 0010889

Please sign in to comment.