Fix Android build: use powershell instead of pwsh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user