Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 10, 2023
1 parent a34dd25 commit 16ec42a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
steps:
- uses: actions/checkout@v3

- uses: swift-actions/setup-swift@v1
with:
swift-version: 5.9

- name: Get swift version
run: swift --version # Swift 5.9

- name: Build DocC
run: |
swift package \
Expand Down

0 comments on commit 16ec42a

Please sign in to comment.