From 8198f83b4114ebe6dae36b5fcf9468b430820a81 Mon Sep 17 00:00:00 2001 From: dapplion Date: Thu, 10 Dec 2020 14:08:52 +0000 Subject: [PATCH] Run on windows - node 10,11 --- .github/workflows/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d2a5447..548b8350 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,15 +41,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] node: [10, 11, 12, 13, 14] - exclude: - # windows node 10,11 builds failing, tracker issue https://github.com/supranational/blst/pull/43 - # Tried this solutions without success: - # Solution from: https://github.com/nodejs/node-gyp/issues/1898#issuecomment-540864130 - # Solution edit: https://github.com/nodejs/node-gyp/issues/119#issuecomment-331778053 - - os: windows-latest - node: 10 - - os: windows-latest - node: 11 steps: - uses: actions/checkout@v2 with: