mirror of
https://github.com/frappe/books.git
synced 2025-01-09 17:53:56 +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:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user