Skip to content

Commit eb2ae32

Browse files
committed
Remove git patch for CI
1 parent af97e0e commit eb2ae32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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 --git https://github.com/awslabs/cargo-check-external-types.git --rev 98d6e533ab92540ab12a4ca35acd244dacb04a9f
80+
cargo install cargo-check-external-types
8181
cd ${{ matrix.example }}
8282
cargo check-external-types --config allowed-external-types.toml
8383
non-default-examples:

0 commit comments

Comments
 (0)