From eb0841945a3f2f4bdaa1df894c963ab13a994e95 Mon Sep 17 00:00:00 2001 From: whysman Date: Fri, 21 Feb 2025 20:22:31 -0500 Subject: [PATCH] Try the new expo cli again --- .gitea/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 15a06dd..ce91dcc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,10 +27,12 @@ jobs: run: npm install - name: Install Expo - run: npx expo start + run: | + npx expo install expo@latest + npx expo install --fix - name: Build - run: expo export --platform web + run: npx expo export --platform web - name: List Directory run: |