Skip to content

Commit

Permalink
feat: update pipeline to allow more build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
chimbosonic committed Feb 22, 2024
1 parent fa6dd27 commit 20fa217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: cargo fmt --all -- --check
build-targets:
name: Build targets
uses: .github/workflows/_build_target.yml
uses: ./.github/workflows/_build_target.yml
strategy:
matrix:
target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

build-targets:
name: Build targets
uses: .github/workflows/_build_target.yml
uses: ./.github/workflows/_build_target.yml
strategy:
matrix:
target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin]
Expand Down

0 comments on commit 20fa217

Please sign in to comment.