Skip to content

Commit 2adad4d

Browse files
committed
bash on windows?
1 parent 917ee9e commit 2adad4d

File tree

4 files changed

+183
-138
lines changed

4 files changed

+183
-138
lines changed

Diff for: .github/workflows/cli.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# if: matrix.os == 'ubuntu-latest'
3333

3434
- run: npm ci && npm run build:headless
35+
shell: bash
3536
env:
3637
NODE_OPTIONS: "--max_old_space_size=8192"
3738

Diff for: .github/workflows/ui.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- run: npm ci
2929

3030
- name: Build production app
31+
shell: bash
3132
env:
3233
NO_INSTALLER: true
3334
run: npm run build:electron:${{ runner.os }}:${{ runner.arch }}

0 commit comments

Comments
 (0)