Fix Android build: use powershell instead of pwsh
Some checks failed
Build / build-windows (push) Successful in 5m55s
Build / build-linux (push) Successful in 8m20s
Build / build-android (push) Has been cancelled

This commit is contained in:
2026-01-23 22:40:43 +11:00
parent 869fa817fc
commit 0d7f6bd568

View File

@@ -141,7 +141,7 @@ jobs:
run: npm install
- name: Build Android APK
shell: pwsh
shell: powershell
run: |
$env:PATH = "$env:USERPROFILE\.cargo\bin;$env:PATH"
npm run tauri android build