Skip to content

Commit fd6275b

Browse files
committed
fix circleci caching
1 parent 190ac8d commit fd6275b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
- restore_cache:
2020
keys:
21-
- python-{{ .Environment.CIRCLE_JOB }}-3.7-macports-macos-10.13.6
21+
- python-{{ .Environment.CIRCLE_JOB }}-3.7-port-macos-10.13.6
2222

2323
- run:
2424
name: "Install qiling framework"
@@ -38,8 +38,7 @@ jobs:
3838
- save_cache:
3939
paths:
4040
- ~/Library/Caches/pip
41-
- /opt/local
42-
key: python-{{ .Environment.CIRCLE_JOB }}-3.7-macports-macos-10.13.6
41+
key: python-{{ .Environment.CIRCLE_JOB }}-3.7-port-macos-10.13.6
4342

4443
- run:
4544
name: "Run macos test"

0 commit comments

Comments
 (0)