We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ac8d commit fd6275bCopy full SHA for fd6275b
.circleci/config.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- restore_cache:
20
keys:
21
- - python-{{ .Environment.CIRCLE_JOB }}-3.7-macports-macos-10.13.6
+ - python-{{ .Environment.CIRCLE_JOB }}-3.7-port-macos-10.13.6
22
23
- run:
24
name: "Install qiling framework"
@@ -38,8 +38,7 @@ jobs:
38
- save_cache:
39
paths:
40
- ~/Library/Caches/pip
41
- - /opt/local
42
- key: python-{{ .Environment.CIRCLE_JOB }}-3.7-macports-macos-10.13.6
+ key: python-{{ .Environment.CIRCLE_JOB }}-3.7-port-macos-10.13.6
43
44
45
name: "Run macos test"
0 commit comments