Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cweinberger committed May 3, 2019
1 parent 11523fe commit 695602e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v1l-spm-deps-{{ checksum "Package.swift" }}
- v1-spm-deps-{{ checksum "Package.swift" }}
- run:
name: Copy Package File
command: cp Package.swift res
Expand All @@ -50,7 +50,7 @@ jobs:
name: Restoring Package File
command: mv res Package.swift
- save_cache:
key: v1l-spm-deps-{{ checksum "Package.swift" }}
key: v1-spm-deps-{{ checksum "Package.swift" }}
paths:
- .build
workflows:
Expand All @@ -64,4 +64,4 @@ experimental:
branches:
only:
- master
- develop
- develop

0 comments on commit 695602e

Please sign in to comment.