Skip to content

Commit

Permalink
swift 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 18, 2023
1 parent 136bea0 commit 910a55f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.3.0"
- name: Get swift version
run: swift --version
- name: Build SDK
run: make buildSdk
- name: Build Example
Expand Down

0 comments on commit 910a55f

Please sign in to comment.