mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-19 02:34:17 +01:00
fix: use setupxcode with correct xcode version
This commit is contained in:
16
.github/workflows/build-apps.yml
vendored
16
.github/workflows/build-apps.yml
vendored
@@ -191,6 +191,11 @@ jobs:
|
|||||||
- name: 🛠️ Generate project files
|
- name: 🛠️ Generate project files
|
||||||
run: bun run prebuild
|
run: bun run prebuild
|
||||||
|
|
||||||
|
- name: 🔧 Setup Xcode
|
||||||
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: "26.1"
|
||||||
|
|
||||||
- name: 🏗️ Setup EAS
|
- name: 🏗️ Setup EAS
|
||||||
uses: expo/expo-github-action@main
|
uses: expo/expo-github-action@main
|
||||||
with:
|
with:
|
||||||
@@ -198,9 +203,6 @@ jobs:
|
|||||||
token: ${{ secrets.EXPO_TOKEN }}
|
token: ${{ secrets.EXPO_TOKEN }}
|
||||||
eas-cache: true
|
eas-cache: true
|
||||||
|
|
||||||
- name: 🔧 Select latest Xcode
|
|
||||||
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
|
|
||||||
|
|
||||||
- name: ⚙️ Ensure iOS SDKs installed
|
- name: ⚙️ Ensure iOS SDKs installed
|
||||||
run: xcodebuild -downloadPlatform iOS
|
run: xcodebuild -downloadPlatform iOS
|
||||||
|
|
||||||
@@ -257,6 +259,11 @@ jobs:
|
|||||||
# - name: 🛠️ Generate project files
|
# - name: 🛠️ Generate project files
|
||||||
# run: bun run prebuild:tv
|
# run: bun run prebuild:tv
|
||||||
#
|
#
|
||||||
|
# - name: 🔧 Setup Xcode
|
||||||
|
# uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
# with:
|
||||||
|
# xcode-version: '26.1'
|
||||||
|
#
|
||||||
# - name: 🏗️ Setup EAS
|
# - name: 🏗️ Setup EAS
|
||||||
# uses: expo/expo-github-action@main
|
# uses: expo/expo-github-action@main
|
||||||
# with:
|
# with:
|
||||||
@@ -264,9 +271,6 @@ jobs:
|
|||||||
# token: ${{ secrets.EXPO_TOKEN }}
|
# token: ${{ secrets.EXPO_TOKEN }}
|
||||||
# eas-cache: true
|
# eas-cache: true
|
||||||
#
|
#
|
||||||
# - name: 🔧 Select latest Xcode
|
|
||||||
# run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
|
|
||||||
#
|
|
||||||
# - name: ⚙️ Ensure tvOS SDKs installed
|
# - name: ⚙️ Ensure tvOS SDKs installed
|
||||||
# run: xcodebuild -downloadPlatform tvOS
|
# run: xcodebuild -downloadPlatform tvOS
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user