Skip to content

Commit

Permalink
Update cache version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Nov 13, 2023
1 parent ed3d2c9 commit 98c0d15
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wrkstrm-color-swift.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "\U0001F3CE️ Swift Build| WrkstrmColor"
on:
pull_request:
branches:
- main
push:
branches:
- main
paths:
- '**'
pull_request:
branches:
- main
jobs:
swift-build:
strategy:
Expand All @@ -22,7 +22,7 @@ jobs:
submodules: recursive
- name: Cache Swift PM dependencies
id: cache-spm
uses: actions/cache@v2
uses: actions/cache@v3
with:
key: ${{ runner.os }}-spm-WrkstrmColor-${{ hashFiles('**/Package.resolved')
}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wrkstrm-color-tests-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
submodules: recursive
- name: Cache Swift PM dependencies
id: cache-spm
uses: actions/cache@v2
uses: actions/cache@v3
with:
restore-keys: ${{ runner.os }}-spm-WrkstrmColor-
path: apple/WrkstrmColor/.build
key: ${{ runner.os }}-spm-WrkstrmColor-${{ hashFiles('**/Package.resolved')
}}
restore-keys: ${{ runner.os }}-spm-WrkstrmColor-
- name: Check cache
run: 'echo ''Cache hit: ${{ steps.cache-spm.outputs.cache-hit }}'''
- name: Setup Xcode
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>WrkstrmColor.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>30</integer>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 98c0d15

Please sign in to comment.