Skip to content

Commit

Permalink
fix: Publish workflow missing Cargo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
icorbrey authored Nov 8, 2023
1 parent 1a398a7 commit 4600912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: cargo build
- name: test
Expand Down

0 comments on commit 4600912

Please sign in to comment.