From f6dd66e9b08162da2961107cd68ef016c5c44c5f Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Thu, 4 Jul 2024 15:38:04 +0300 Subject: [PATCH] fix nodejs glibc incompatibility --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e3d2505..83d47ac1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,10 @@ on: pull_request: permissions: read-all +env: + # https://github.com/actions/checkout/issues/1590 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: prebuilds-linux: runs-on: ubuntu-latest