Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Nelaupe committed Dec 5, 2020
1 parent 7fb2e78 commit ecbce42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
runs-on: macOS-latest

steps:
- uses: maxim-lobanov/setup-xcode@v1.2.1
with:
xcode-version: '11.7'
- uses: actions/checkout@v2.3.3
- uses: actions/cache@v2.1.1
id: carthage-cache
Expand All @@ -74,6 +77,9 @@ jobs:
runs-on: macOS-latest

steps:
- uses: maxim-lobanov/setup-xcode@v1.2.1
with:
xcode-version: '11.7'
- uses: actions/checkout@v2.3.3
- uses: actions/cache@v2.1.1
id: carthage-cache
Expand Down

0 comments on commit ecbce42

Please sign in to comment.