Skip to content

Commit

Permalink
👷 Test basic build also on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Nov 29, 2023
1 parent 8d0acfd commit 07ebe8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-lastest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion quickfix-ffi/libquickfix

0 comments on commit 07ebe8e

Please sign in to comment.