From bd6825833d0dd2b83de04aee90623681207ea25f Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Wed, 13 Oct 2021 12:05:17 +0200 Subject: [PATCH] QL: disable windows part 2 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe1cb88e5f9..f93fe6aa520 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,10 +74,10 @@ jobs: with: name: extractor-ubuntu-latest path: linux64 - - uses: actions/download-artifact@v2 - with: - name: extractor-windows-latest - path: win64 +# - uses: actions/download-artifact@v2 +# with: +# name: extractor-windows-latest +# path: win64 - uses: actions/download-artifact@v2 with: name: extractor-macos-latest