From a65225206daed721f964be84e47238b625eadddf Mon Sep 17 00:00:00 2001 From: blenderskool Date: Wed, 1 Apr 2020 23:28:12 +0530 Subject: [PATCH] Remove CLI build on Windows CLI is not supported on Windows for the time being #16 --- .github/workflows/cli.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 5101727..353e673 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -22,9 +22,6 @@ jobs: - os: ubuntu-latest artifact_name: pigmnts asset_name: pigmnts-linux-amd64 - - os: windows-latest - artifact_name: pigmnts.exe - asset_name: pigmnts-windows-amd64 - os: macos-latest artifact_name: pigmnts asset_name: pigmnts-macos-amd64