Skip to content

Commit

Permalink
circleci: use cache of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 28, 2023
1 parent 1a0ad5e commit 367b012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
keys:
- v2338-downs-{{ .Branch }}
- v2338-downs-{{ checksum ".circleci/config.yml" }}
- v2338-downs-main
- restore_cache:
keys:
- v2338-bins-{{ .Branch }}
- v2338-bins-{{ checksum ".circleci/config.yml" }}
- v2338-bins-main
- run:
name: "Install: port-setup.txt"
command: |
Expand Down Expand Up @@ -96,10 +98,12 @@ jobs:
keys:
- v2338-downs-{{ .Branch }}
- v2338-downs-{{ checksum ".circleci/config.yml" }}
- v2338-downs-main
- restore_cache:
keys:
- v2338-bins-{{ .Branch }}
- v2338-bins-{{ checksum ".circleci/config.yml" }}
- v2338-bins-main
- run:
name: "Install: port-windows.txt"
command: |
Expand Down

0 comments on commit 367b012

Please sign in to comment.