diff --git a/.gitea/workflows/pr-iphone-deploy.yml b/.gitea/workflows/pr-iphone-deploy.yml index 778e23c..8455e7b 100644 --- a/.gitea/workflows/pr-iphone-deploy.yml +++ b/.gitea/workflows/pr-iphone-deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Install tools (xcodegen, node, firebase) run: | - arch -arm64 /opt/homebrew/bin/brew install xcodegen node + arch -arm64 /opt/homebrew/bin/brew install xcodegen node || true npm install -g firebase-tools - name: Generate Xcode project