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: |