Skip to content

Commit

Permalink
Trying GitHub actions with Swift 5.10, since fails with Swift 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmccormack committed Dec 9, 2024
1 parent d800d63 commit 793b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: "6.0"
swift-version: "5.10"
- name: Build documentation
run: |
swift package --allow-writing-to-directory ./docs \
Expand Down

0 comments on commit 793b38c

Please sign in to comment.