Skip to content

Commit d80e259

Browse files
committed
Build fixes #19
1 parent 05284e7 commit d80e259

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ commands:
77
type: string
88
steps:
99
- checkout
10-
- restore_cache:
11-
keys:
12-
- v1-dependencies-{{ checksum "get_deps.sh" }}
13-
# fallback to using the latest cache if no exact match is found
14-
# - v1-dependencies-
10+
# - restore_cache:
11+
# keys:
12+
# - v1-dependencies-{{ checksum "get_deps.sh" }}
13+
# # fallback to using the latest cache if no exact match is found
14+
# # - v1-dependencies-
1515
- run:
1616
name: Install dependencies
1717
command: |

0 commit comments

Comments
 (0)