From 40432a2d0ad97d55d01ab793e53be0ea70a40809 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 5 Jul 2024 01:37:40 +0200 Subject: [PATCH] Try to work around not being able to use Ubuntu 18.04 any more Set the magic environment variable supposed to allow to still use Node 12 for now. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55b3bb03825c..0127f43c85e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,6 +144,7 @@ jobs: wxCONFIGURE_FLAGS: ${{ matrix.configure_flags }} wxUSE_ASAN: ${{ matrix.use_asan && 1 || 0 }} wxUSE_XVFB: ${{ matrix.use_xvfb && 1 || 0 }} + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Set up build system