diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 530da24e..5d3de81a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,7 @@ jobs: - name: Build ia32 timeout-minutes: 30 + if: ${{ inputs.build-version <23 }} run: | node-gyp configure build --target=${{ steps.node-test-version.outputs.node-version }} --runtime=node --release --arch=ia32 cmd /c copy /y build\Release\edge_*.node release\ia32\${{ inputs.build-version }}