From 297b7b04597a7943a54df6db51e8672d8c6bfe06 Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Wed, 27 Jul 2022 14:55:19 -0500 Subject: [PATCH] fix(ci): checkout code before installin deps (#1196) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b10f0a15..8ea2bc31e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -203,10 +203,10 @@ jobs: type: executor executor: << parameters.platform >> steps: + - checkout - install_system_deps: platform: << parameters.platform >> rust_channel: stable - - checkout - attach_workspace: at: artifacts - gh/setup