update CI

This commit is contained in:
Samuel Newman
2026-02-04 13:22:44 -06:00
parent 65580fecbf
commit 6831a46a8c
7 changed files with 40 additions and 13 deletions
+11 -5
View File
@@ -97,7 +97,7 @@ jobs:
- name: ⛏️ Setup Expo
if: ${{ !steps.fingerprint.outputs.includes-changes }}
run: yarn global add eas-cli-local-build-plugin
run: npx eas-cli-local-build-plugin@latest
- name: 🪛 Setup jq
if: ${{ !steps.fingerprint.outputs.includes-changes }}
@@ -190,10 +190,13 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: ⛏️ Setup EAS local builds
run: yarn global add eas-cli-local-build-plugin
run: npx eas-cli-local-build-plugin@latest
- name: 📦 Enable Corepack
run: corepack enable
- name: ⚙️ Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable
- uses: maxim-lobanov/setup-xcode@v1
with:
@@ -296,15 +299,18 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: ⛏️ Setup EAS local builds
run: yarn global add eas-cli-local-build-plugin
run: npx eas-cli-local-build-plugin@latest
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
- name: 📦 Enable Corepack
run: corepack enable
- name: ⚙️ Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: 🔤 Compile translations
run: yarn intl:build