Skip to content

Commit

Permalink
Cargo check before get the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zoo868e committed Aug 25, 2023
1 parent 4faad6e commit d823fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
run: |
set -e
cargo check
function pkg-meta {
cargo metadata --format-version 1 | jq -r ".packages[] | select(.name == \"zerocopy\").$1"
}
Expand Down

0 comments on commit d823fcd

Please sign in to comment.