Skip to content

Commit

Permalink
Using Swift 6 now for GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmccormack committed Dec 9, 2024
1 parent 15583e3 commit d800d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Setup Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: "6.0"
- name: Build documentation
run: |
swift package --allow-writing-to-directory ./docs \
Expand Down

0 comments on commit d800d63

Please sign in to comment.