Skip to content

Commit

Permalink
removing cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored May 8, 2024
1 parent 9155281 commit c8115ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/FeatherQuill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ jobs:
# iPhoneName: "iPhone 15 Pro Max"
steps:
- uses: actions/checkout@v4
- name: Cache swift package modules
id: cache-spm-macos
uses: actions/cache@v4
env:
cache-name: cache-spm
with:
path: .build
key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-${{ hashFiles('Package.resolved') }}
restore-keys: |
${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-
# - name: Cache swift package modules
# id: cache-spm-macos
# uses: actions/cache@v4
# env:
# cache-name: cache-spm
# with:
# path: .build
# key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-${{ hashFiles('Package.resolved') }}
# restore-keys: |
# ${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-
- name: Cache mint
if: startsWith(matrix.xcode,'/Applications/Xcode_15.3')
id: cache-mint
Expand Down

0 comments on commit c8115ff

Please sign in to comment.