Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Oct 9, 2024
1 parent e38d9d3 commit 03904ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
platform:
- os: ubuntu-latest
name: linux
arch: x86-64
- os: macos-latest
name: darwin
arch: aarch64
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,7 +34,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 All @@ -44,7 +46,7 @@ jobs:
strategy:
matrix:
platform-key:
- darwin+x86-64
- darwin+aarch64
- null
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 03904ea

Please sign in to comment.