From 56bdd58c2e296eb304667373beb2bd97f20c265d Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 19 Apr 2021 08:51:55 -0400 Subject: [PATCH] fix: Make sure rustfmt is installed for the flatbuffer check --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0ec48e3dc..933e3be71a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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