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
steffendsommer committed Jun 18, 2018
1 parent b83efa3 commit 09f3152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-spm-deps-{{ checksum "Package.swift" }}
- v3-spm-deps-{{ checksum "Package.swift" }}
- run:
name: Install CMySQL and CTLS
command: |
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v2-spm-deps-{{ checksum "Package.swift" }}
- v4-spm-deps-{{ checksum "Package.swift" }}
- run:
name: Copy Package file
command: cp Package.swift res
Expand Down

0 comments on commit 09f3152

Please sign in to comment.