Skip to content

Commit

Permalink
Merge branch 'fix-windows-ci'
Browse files Browse the repository at this point in the history
Closes #309
  • Loading branch information
hinerm committed Jul 24, 2024
2 parents d271ca8 + d18fb2e commit d052a23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "*-[0-9]+.*"

jobs:
define-matrix:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -26,6 +26,7 @@ jobs:
run: .github/setup.sh
- name: Execute the build
run: .github/build.sh
shell: bash
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
define-matrix:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -24,3 +24,4 @@ jobs:
run: .github/setup.sh
- name: Execute the build
run: .github/build.sh
shell: bash

0 comments on commit d052a23

Please sign in to comment.