ci: apply overlay before installing dependencies, fix cap sync path
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-android (push) Failing after 49s
Build / create-release (push) Has been skipped

This commit is contained in:
2026-04-17 20:03:14 +10:00
parent f7b79b3e20
commit 849f4b980d
2 changed files with 10 additions and 6 deletions

View File

@@ -87,6 +87,9 @@ jobs:
- name: Install dependencies (root)
run: npm ci --prefer-offline
- name: Apply overlay
run: npm run apply-overlay
- name: Install dependencies (cinny)
working-directory: ./cinny
run: npm ci --prefer-offline
@@ -97,7 +100,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x android/gradlew
- name: Apply overlay and build Android APK
- name: Build Android APK
run: npm run android:apk:linux
- name: Upload APK