From 07ebe8e5feef2796d46cf6a233cc51a6dce5c1d8 Mon Sep 17 00:00:00 2001 From: Arthur LE MOIGNE Date: Wed, 29 Nov 2023 14:21:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Test=20basic=20build=20also=20on?= =?UTF-8?q?=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++++- quickfix-ffi/libquickfix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70abf76..2978d46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/quickfix-ffi/libquickfix b/quickfix-ffi/libquickfix index cb377b6..8dc57c6 160000 --- a/quickfix-ffi/libquickfix +++ b/quickfix-ffi/libquickfix @@ -1 +1 @@ -Subproject commit cb377b6de4344a693b81b6f93d022ccad3813289 +Subproject commit 8dc57c67003613406b79d55a663a0f6e1d06ba00