Skip to content

Commit

Permalink
fix(common): moving cargo-zigbuild to build job
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 20af81b commit 48ef5b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mainandtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check
components: cargo-zigbuild
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 48ef5b8

Please sign in to comment.