Skip to content

Commit

Permalink
build: fix external api version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 25, 2024
1 parent 16d6ba2 commit 7267688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/capi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
name: Ensure C-API crate version is in sync
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Check
run: "[ \"$(grep '^version = ' rustsat/Cargo.toml)\" = \"$(grep '^version = ' capi/Cargo.toml)\" ]"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
name: Ensure Python API crate version is in sync
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Check
run: "[ \"$(grep '^version = ' rustsat/Cargo.toml)\" = \"$(grep '^version = ' pyapi/Cargo.toml)\" ]"

Expand Down

0 comments on commit 7267688

Please sign in to comment.