fix: Make sure rustfmt is installed for the flatbuffer check
parent
4221c24513
commit
56bdd58c2e
|
|
@ -164,6 +164,7 @@ jobs:
|
|||
resource_class: xlarge # use of a smaller executor tends crashes on link
|
||||
steps:
|
||||
- checkout
|
||||
- rust_nightly # Regenerating flatbuffers uses rustfmt
|
||||
- run:
|
||||
name: Check Flatbuffers
|
||||
command: ./generated_types/check-flatbuffers.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue