File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2727 id : cache-swift
2828 with :
2929 path : " ~/.local/share/swiftly"
30- key : swift-${{ hashFiles('**/.swift-version', '.github/actions/install-swift/action.yml') }}
30+ key : swift-${{ runner.os }}-${{ hashFiles('**/.swift-version', '.github/actions/install-swift/action.yml') }}
3131
3232 - name : Install `apt` Dependencies
3333 if : steps.cache-swift.outputs.cache-hit != 'true'
6464 uses : actions/cache/save@v4
6565 with :
6666 path : " ~/.local/share/swiftly"
67- key : swift-${{ hashFiles('**/.swift-version', '.github/actions/install-swift/action.yml') }}
67+ key : swift-${{ runner.os }}-${{ hashFiles('**/.swift-version', '.github/actions/install-swift/action.yml') }}
6868
6969 - name : Print Swift Version
7070 shell : bash
Original file line number Diff line number Diff line change 2121 - name : Checkout repo
2222 uses : actions/checkout@v4
2323
24- - name : Setup Environment
25- run :
26- swiftly --version
27- exit 1
28-
2924 - name : Install Swift
3025 uses : ./.github/actions/install-swift
3126
You can’t perform that action at this time.
0 commit comments