Skip to content

Commit

Permalink
Merge pull request #269 from lu-zero/cargo-c-update
Browse files Browse the repository at this point in the history
Bump the cargo-c version
  • Loading branch information
Geal authored Feb 22, 2025
2 parents ddb07b6 + 616b9f5 commit 1858882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
env:
LINK: https://github.com/lu-zero/cargo-c/releases/download
CARGO_C_FILE: cargo-c-x86_64-unknown-linux-musl.tar.gz
CARGO_C_VERSION: v0.10.5
CARGO_C_VERSION: v0.10.10
run: |
curl -L $LINK/$CARGO_C_VERSION/$CARGO_C_FILE | tar xz -C ~/.cargo/bin
- name: Run cargo-c tests
run: cargo ctest --features="capi" --release
run: cargo ctest --release

coverage:
name: Coverage
Expand Down

0 comments on commit 1858882

Please sign in to comment.