mirror of
https://github.com/morgan9e/SensorReader
synced 2026-04-15 00:47:11 +09:00
.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Select Xcode version
|
- name: List available Xcode versions
|
||||||
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
|
run: ls /Applications | grep Xcode || echo "No Xcode versions found with grep"
|
||||||
|
|
||||||
- name: Show Xcode version
|
- name: Show Xcode version
|
||||||
run: xcodebuild -version
|
run: xcodebuild -version
|
||||||
|
|||||||
Reference in New Issue
Block a user