chore: use bash on windows build

This commit is contained in:
zhom
2025-05-30 00:35:13 +04:00
parent 9c7c52f20b
commit 180f8c8a3e
3 changed files with 3 additions and 21 deletions
+1
View File
@@ -73,6 +73,7 @@ jobs:
fi
- name: Copy nodecar binary to Tauri binaries
shell: bash
run: |
mkdir -p src-tauri/binaries
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then