ci: fix broken CI on Windows

see https://github.com/thomvaill/log4brains/pull/28
This commit is contained in:
Thomas Vaillant
2021-04-29 11:30:47 +02:00
committed by Thomas Vaillant
parent 320e1bac0c
commit e7497dcdcb
2 changed files with 8 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ on:
- "packages/**"
- ".github/workflows/build.yml"
defaults:
run:
shell: bash
jobs:
quality:
strategy:

View File

@@ -3,6 +3,10 @@ name: CI
on:
pull_request:
defaults:
run:
shell: bash
jobs:
quality:
strategy: