Skip to content

Commit

Permalink
Merge pull request #46 from kkk669/reenable-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo authored Jan 31, 2024
2 parents 98faf03 + 80b2e8a commit cfe5940
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
# - uses: actions/cache@v3
# with:
# path: .build
# key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}
# restore-keys: |
# ${{ runner.os }}-spm-
- uses: actions/cache@v3
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- run: swift --version
- run: swift build
- run: swift test --disable-xctest
Expand Down

0 comments on commit cfe5940

Please sign in to comment.