Skip to content

Commit

Permalink
fix(common): adding cargo-zigbuild to try and fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Manny authored and Harry Manny committed Aug 2, 2023
1 parent 8c5f87e commit 20af81b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mainandtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
issues: write
pull-requests: write
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -37,11 +36,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
components: rustfmt, clippy, lambda, insta
components: rustfmt, clippy, lambda, insta, cargo-zigbuild
- name: prepare
run: cargo test -- --test-threads=1
# with: # Add once rest of workflow is fixed
# name:
audit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 20af81b

Please sign in to comment.