From 1c207ed5e07114d0fa346b68adcbda6fe3bb2a6e Mon Sep 17 00:00:00 2001 From: jemand771 Date: Sun, 22 Aug 2021 01:05:29 +0200 Subject: [PATCH] temporarily disable windows build (@jemand771 remember to revert this) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b6aca16..a9ee245c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,8 +94,8 @@ jobs: include: - platform: darwin arch: amd64 - - platform: windows - arch: amd64 +# - platform: windows +# arch: amd64 steps: - uses: actions/checkout@v2