Skip to content

Commit

Permalink
Use pinned PR version of external types
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jul 10, 2024
1 parent 832b1cb commit 40fa576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
components: rustfmt
- name: external-type-check
run: |
cargo install cargo-check-external-types
cargo install cargo-check-external-types --git https://github.com/awslabs/cargo-check-external-types.git --rev 98d6e533ab92540ab12a4ca35acd244dacb04a9f
cd ${{ matrix.example }}
cargo check-external-types --config allowed-external-types.toml
non-default-examples:
Expand Down

0 comments on commit 40fa576

Please sign in to comment.