Skip to content

Commit

Permalink
Add Windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <[email protected]>
  • Loading branch information
BSFishy committed Jan 4, 2023
1 parent df5264c commit 3154e04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ on:

jobs:
build-lint-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
name: Build and Verify
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 3154e04

Please sign in to comment.