Skip to content

Commit

Permalink
fix(workflow): set Swift 5.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaebel committed May 13, 2021
1 parent af3d6e7 commit 4ebaee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
name: Build & Test DIKit
steps:
- uses: actions/checkout@v1
- uses: fwal/setup-swift@v1
with:
swift-version: "5.4"
- name: View Swift Version
run: swift --version
- name: Build
Expand Down

0 comments on commit 4ebaee7

Please sign in to comment.