Skip to content

Commit eca763d

Browse files
authored
Merge pull request #794 from chfl4gs/dev
fix circleci caching
2 parents 190ac8d + fd6275b commit eca763d

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)