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:
parent
7b22e7006b
commit
8c14fd7b65
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -94,6 +94,10 @@ jobs:
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
|
Loading…
Reference in New Issue
Block a user