Skip to content

Commit

Permalink
Don't use Swift 6 to deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Sep 23, 2024
1 parent dd19f53 commit fe56da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0
- name: Install latest Swift
uses: vapor/[email protected]
with: { toolchain: latest }
with: { toolchain: '5.10' }
- name: Download files
run: |
curl -sL \
Expand Down

0 comments on commit fe56da8

Please sign in to comment.