Skip to content

Commit 51c3e57

Browse files
committed
Allow local testing.
1 parent 76acd89 commit 51c3e57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ jobs:
55
- image: debian:stretch
66

77
steps:
8-
- checkout
98

109
- run:
1110
name: Install Dependencies
1211
command: apt update && apt install -y build-essential cmake ninja-build git
1312

13+
- checkout
14+
1415
- run:
1516
name: "Pull Submodules"
1617
command: |

0 commit comments

Comments
 (0)