Skip to content

Commit

Permalink
unuse cache on main app
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 4, 2023
1 parent 9d79fda commit b8c24da
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
${{ runner.os }}-spm-${{ env.cache-name }}-
${{ runner.os }}-spm-
${{ runner.os }}-
- name: Cache DerivedData
uses: actions/cache@v3
with:
path: DerivedData
key: ${{ runner.os }}-xcode-derived-data-${{ hashFiles('**/Package.swift') }}
restore-keys: |
${{ runner.os }}-xcode-derived-data-${{ env.cache-name }}-
${{ runner.os }}-xcode-derived-data-
${{ runner.os }}-
# - name: Cache DerivedData
# uses: actions/cache@v3
# with:
# path: DerivedData
# key: ${{ runner.os }}-xcode-derived-data-${{ hashFiles('**/Package.swift') }}
# restore-keys: |
# ${{ runner.os }}-xcode-derived-data-${{ env.cache-name }}-
# ${{ runner.os }}-xcode-derived-data-
# ${{ runner.os }}-
- name: Disable SwiftLint Plugin
run: sed -i -e 's/.*SwiftLint.*//g' Package.swift
- name: Test
Expand Down

0 comments on commit b8c24da

Please sign in to comment.