Skip to content

Commit

Permalink
Add Swift setup to GitHub action because one integration test uses it.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Oct 21, 2024
1 parent 3e5ac96 commit aae60a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Swift
uses: SwiftyLab/setup-swift@latest
with:
swift-version: 'latest'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run clean build javadoc
Expand Down

0 comments on commit aae60a9

Please sign in to comment.