From d008fb848c197995012fc793ecaeb37205f3b037 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Thu, 14 May 2020 12:52:34 +0200 Subject: [PATCH] CI: build Windows binary, too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c401d1f..a70dd1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: node-version: [12.x] - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v1