Skip to content

Commit

Permalink
[CI]: enable windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Apr 26, 2020
1 parent c109001 commit 08306b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Install LLVM (windows only)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 08306b7

Please sign in to comment.