Skip to content

Commit

Permalink
Install candid-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Aug 1, 2024
1 parent 4c191ef commit f8cf076
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/binding-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
key: ${{ runner.os }}-cargo-backend-tests-${{ hashFiles('Cargo.lock', 'rust-toolchain.toml') }}
- name: Prepare
uses: ./.github/actions/prepare
- name: Install binstall
run: |
BINSTALL_VERSION="1.8.0"
curl -L --proto '=https' --tlsv1.2 -sSf "https://github.com/cargo-bins/cargo-binstall/releases/download/v${BINSTALL_VERSION}/cargo-binstall-x86_64-unknown-linux-musl.tgz" | tar -xvzf - cargo-binstall
./cargo-binstall -y --force "cargo-binstall@$BINSTALL_VERSION"
rm cargo-binstall
- name: Install candid-extractor
run: cargo binstall --no-confirm [email protected]
- name: Generate bindings
run: npm run generate
# TODO: Cache the build.
Expand Down

0 comments on commit f8cf076

Please sign in to comment.