Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit e000bd4

Browse files
committed
(chore): use swift-action to get Swift6
1 parent 10fcfca commit e000bd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
steps:
2828
- name: Checkout 🛎️
2929
uses: actions/checkout@v3
30+
- uses: swift-actions/setup-swift@v2
31+
with:
32+
swift-version: "6.0"
33+
- name: Get swift version
34+
run: swift --version
3035
- name: Select Xcode Version ✨
3136
run: |
3237
sudo xcode-select -switch /Applications/Xcode_16_beta_6.app

0 commit comments

Comments
 (0)