Skip to content

Commit d052a23

Browse files
committed
Merge branch 'fix-windows-ci'
Closes #309
2 parents d271ca8 + d18fb2e commit d052a23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "*-[0-9]+.*"
99

1010
jobs:
11-
define-matrix:
11+
build:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
@@ -26,6 +26,7 @@ jobs:
2626
run: .github/setup.sh
2727
- name: Execute the build
2828
run: .github/build.sh
29+
shell: bash
2930
env:
3031
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
3132
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/build-pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
define-matrix:
9+
build:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
@@ -24,3 +24,4 @@ jobs:
2424
run: .github/setup.sh
2525
- name: Execute the build
2626
run: .github/build.sh
27+
shell: bash

0 commit comments

Comments
 (0)