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

Commit 4aa8305

Browse files
committed
(fix): Fixed typo
1 parent 6f145e5 commit 4aa8305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v3
3030
- name: Select Xcode Version ✨
3131
run: |
32-
sudo xcode-select -switch /Applications/Xcode_16_beta_5.appContents/Developer
32+
sudo xcode-select -switch /Applications/Xcode_16_beta_5.app/Developer
3333
- name: Delete DerivedData directory 🗑️
3434
run: |
3535
rm -rf ~/Library/Developer/Xcode/DerivedData

0 commit comments

Comments
 (0)