Skip to content

Commit

Permalink
Run API check with nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Jul 26, 2024
1 parent 6cac640 commit 777d7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- run: cargo +nightly --version

- name: Install cargo-public-api
run: cargo install cargo-public-api
run: cargo +nightly install cargo-public-api
- name: API Diff
run: cargo public-api diff origin/${GITHUB_BASE_REF}..${{ github.event.pull_request.head.sha }} --deny=all
run: cargo +nightly public-api diff origin/${GITHUB_BASE_REF}..${{ github.event.pull_request.head.sha }} --deny=all

check-api-migration-update:
needs: check-public-api-changes
Expand Down

0 comments on commit 777d7ab

Please sign in to comment.