Skip to content

Commit

Permalink
fixup! refactor(#4): use matrix stategy
Browse files Browse the repository at this point in the history
  • Loading branch information
worm2fed committed Jul 17, 2024
1 parent 893d5c9 commit 361709d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:

build-native:
name: Build for ${{ matrix.os }}
continue-on-error: true
runs-on: ${{ matrix.os }}
needs: build-jar

strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Download jar artifact
uses: actions/download-artifact@v4
with:
name: aidbox-sdk
name: build-jar
path: ./source.jar

- name: Setup GraalVM
Expand Down

0 comments on commit 361709d

Please sign in to comment.