diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 347d5e8..914f18b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,6 +7,11 @@ on: branches: - master types: [opened, reopened, synchronize] + +env: + # workaround required for checkout@v3, https://github.com/actions/checkout/issues/1590 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: build-windows: name: Build sources on amd64 for ${{ matrix.os }}