ci: use npm packager instead of yarn
Build Android APK / build (push) Failing after 3m25s

This commit is contained in:
2026-06-24 16:34:50 +02:00
parent ee44d37c16
commit db1611718b
+1
View File
@@ -26,6 +26,7 @@ jobs:
with: with:
eas-version: latest eas-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}
packager: npm
- name: Build Android APK - name: Build Android APK
run: eas build --platform android --profile preview --non-interactive --output ./build/codexbar.apk run: eas build --platform android --profile preview --non-interactive --output ./build/codexbar.apk