Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 006a44c

Browse files
authored
Merge pull request #2254 from wilzbach/circle-setup
CircleCi: run setup repos before installing dependencies merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>
2 parents b3edb17 + e88a800 commit 006a44c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
parallelism: 2
88
steps:
99
- checkout
10-
- run:
11-
command: ./.circleci/run.sh install-deps
12-
name: Install DMD
1310
- run:
1411
command: ./.circleci/run.sh setup-repos
1512
name: Clone DMD
13+
- run:
14+
command: ./.circleci/run.sh install-deps
15+
name: Install DMD
1616
- run:
1717
command: ./.circleci/run.sh style
1818
name: Check code style

0 commit comments

Comments
 (0)