From: Soeren Apel Date: Sun, 11 Aug 2024 13:34:59 +0000 (+0200) Subject: build.yml: Allow github actions to use node16 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2FHEAD;p=sigrok-build.git build.yml: Allow github actions to use node16 See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ As our docker images use an older GLIBC, node20 doesn't work. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa8ee8a..009b41c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,6 +215,8 @@ jobs: ARTIFACT_TITLE: "PulseView" ARTIFACT_BIN_NAME: "pulseview" ARTIFACT_VERSION: "NIGHTLY" + # See https://github.com/actions/checkout/issues/1590#issuecomment-2219382750 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Update dependencies @@ -310,6 +312,8 @@ jobs: ARTIFACT_TITLE: "sigrok-cli" ARTIFACT_BIN_NAME: "sigrok-cli" ARTIFACT_VERSION: "NIGHTLY" + # See https://github.com/actions/checkout/issues/1590#issuecomment-2219382750 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Update dependencies