From e1b62e2cfc036044e7d25308154914f8b54321da Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 May 2026 18:51:06 +0300 Subject: [PATCH] Update pull-request-comment.yml --- .github/workflows/pull-request-comment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index d705f19925..3408567dde 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -140,17 +140,17 @@ jobs: - name: Type check run: pnpm typecheck - - name: 🔨 Setup EAS + - name: ⛏️ Setup EAS CLI & local builds + # note: can't do it via expo-github-action because we need to set the allow-build flag + run: pnpm -g --allow-build=dtrace-provider add eas-cli@latest eas-cli-local-build-plugin + + - name: 🔨 Setup Expo CLI uses: expo/expo-github-action@main with: expo-version: latest - eas-version: latest packager: pnpm token: ${{ secrets.EXPO_TOKEN }} - - name: ⛏️ Setup Expo - run: pnpm add -g eas-cli-local-build-plugin - - name: 🪛 Setup jq uses: dcarbone/install-jq-action@v2