From f5d44802ec6cece997f0b4bfab4069a14f93b5a2 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Wed, 27 Dec 2023 21:52:24 +0100 Subject: [PATCH] Add windows target --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32ebd0a..5719d69 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,9 @@ jobs: - build: linux os: ubuntu-latest target: x86_64-unknown-linux-musl - + - build: windows + os: windows-latest + target: x86_64-pc-windows-msvc - build: macos os: macos-latest target: x86_64-apple-darwin