2
0
mirror of https://github.com/frappe/books.git synced 2025-01-08 17:24:05 +00:00

cd: set windows shell to bash

This commit is contained in:
18alantom 2021-12-13 18:06:47 +05:30
parent 7b22e7006b
commit 8c14fd7b65

View File

@ -94,6 +94,10 @@ jobs:
build-windows:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- name: Setup node
uses: actions/setup-node@v2