Fix Android build: use powershell instead of pwsh
This commit is contained in:
@@ -141,7 +141,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build Android APK
|
- name: Build Android APK
|
||||||
shell: pwsh
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$env:PATH = "$env:USERPROFILE\.cargo\bin;$env:PATH"
|
$env:PATH = "$env:USERPROFILE\.cargo\bin;$env:PATH"
|
||||||
npm run tauri android build
|
npm run tauri android build
|
||||||
|
|||||||
Reference in New Issue
Block a user