From 603046c64968917c3f342bb50f7ef62213c6ebef Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 1 Aug 2024 17:47:39 +0900 Subject: [PATCH] workflows: Address old Linux error for libc Signed-off-by: Hiroshi Hatake --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 347d5e8..6acd7e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,6 +7,7 @@ on: branches: - master types: [opened, reopened, synchronize] + jobs: build-windows: name: Build sources on amd64 for ${{ matrix.os }} @@ -57,6 +58,9 @@ jobs: name: CentOS 7 build to confirm no issues once used downstream runs-on: ubuntu-latest container: centos:7 + env: + # workaround required for checkout@v3, https://github.com/actions/checkout/issues/1590 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Set up base image dependencies run: |