Skip to content

Commit

Permalink
fix(ci): checkout code before installin deps (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Jul 27, 2022
1 parent 21b0410 commit 297b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 297b7b0

Please sign in to comment.