Skip to content

Commit

Permalink
Update spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 9, 2024
1 parent 7593c29 commit a4c1815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
name: "Checkout repository"
uses: "actions/[email protected]"
-
name: "Search for misspellings"
name: "xcode"
run: |
xcodebuild -showsdks; echo ___
xcrun --show-sdk-version; echo ___
xcrun --sdk macosx14.2 --show-sdk-path; echo ___
xcrun --sdk macosx14.2 --show-sdk-platform-version; echo ___
xcrun --sdk macosx13.3 --show-sdk-path; echo ___
xcrun --sdk macosx13.3 --show-sdk-platform-version; echo ___

0 comments on commit a4c1815

Please sign in to comment.