Skip to content

Commit 9513d42

Browse files
authored
Fix CircleCI third party download cache config (#1176)
1 parent b57f05c commit 9513d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- persist_to_workspace:
113113
root: third_party
114114
paths:
115-
- archives
115+
- sox/archives
116116

117117
binary_linux_wheel:
118118
<<: *binary_common

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- persist_to_workspace:
113113
root: third_party
114114
paths:
115-
- archives
115+
- sox/archives
116116

117117
binary_linux_wheel:
118118
<<: *binary_common

0 commit comments

Comments
 (0)