From 1d4d43f3f220507544d30e4bbc8facc89a1d3279 Mon Sep 17 00:00:00 2001 From: millianlmx Date: Fri, 26 Jun 2026 22:24:10 +0000 Subject: [PATCH] fix: replace brew with npm for firebase-tools, use arch -arm64 for xcodegen --- .gitea/workflows/pr-iphone-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pr-iphone-deploy.yml b/.gitea/workflows/pr-iphone-deploy.yml index c122a9a..7c87e06 100644 --- a/.gitea/workflows/pr-iphone-deploy.yml +++ b/.gitea/workflows/pr-iphone-deploy.yml @@ -40,7 +40,7 @@ jobs: xcodebuild -version - name: Install xcodegen - run: brew install xcodegen + run: arch -arm64 brew install xcodegen - name: Generate Xcode project run: | @@ -48,7 +48,7 @@ jobs: xcodegen generate - name: Install Firebase CLI - run: brew install firebase-cli + run: npm install -g firebase-tools - name: Archive app run: |