Skip to content

Commit bbf5acf

Browse files
committed
Use pinned PR version of external types
1 parent 1c89824 commit bbf5acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
components: rustfmt
7878
- name: external-type-check
7979
run: |
80-
cargo install cargo-check-external-types
80+
cargo install cargo-check-external-types --git https://github.com/awslabs/cargo-check-external-types.git --rev 98d6e533ab92540ab12a4ca35acd244dacb04a9f
8181
cd ${{ matrix.example }}
8282
cargo check-external-types --config allowed-external-types.toml
8383
non-default-examples:

0 commit comments

Comments
 (0)