Skip to content

Commit

Permalink
Added Github cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed May 2, 2024
1 parent 37c34b8 commit e3d535d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}

- name: Xcode 15
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'

Expand Down

0 comments on commit e3d535d

Please sign in to comment.