From 401b9eb27b9c3b26365b8ad0d6de47d7eeb90cd4 Mon Sep 17 00:00:00 2001 From: AdityaKBhadragond14 <102521117+AdityaKBhadragond14@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:25:53 +0530 Subject: [PATCH] Linux Build Fix for Github Actions. (#366) * WIP. * WIP. --------- Co-authored-by: Kashyap Jois --- .github/workflows/CI-Linux-ARM64.yml | 1 + .github/workflows/CI-Linux-CUDA.yml | 1 + .github/workflows/build-test-lin.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/CI-Linux-ARM64.yml b/.github/workflows/CI-Linux-ARM64.yml index b183ad1b9..289185b2f 100644 --- a/.github/workflows/CI-Linux-ARM64.yml +++ b/.github/workflows/CI-Linux-ARM64.yml @@ -8,6 +8,7 @@ on: env: NOTE_TO_SELF: "environments can not be passed from here to reused workflows!" + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: jetson-build-test: diff --git a/.github/workflows/CI-Linux-CUDA.yml b/.github/workflows/CI-Linux-CUDA.yml index 02df449b9..02af3fbad 100644 --- a/.github/workflows/CI-Linux-CUDA.yml +++ b/.github/workflows/CI-Linux-CUDA.yml @@ -8,6 +8,7 @@ on: env: NOTE_TO_SELF: "environments can not be passed from here to reused workflows!" + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: linux-cuda-build-test: diff --git a/.github/workflows/build-test-lin.yml b/.github/workflows/build-test-lin.yml index 52a04029d..0dec43f1d 100644 --- a/.github/workflows/build-test-lin.yml +++ b/.github/workflows/build-test-lin.yml @@ -73,6 +73,7 @@ jobs: env: TEST_EXE: build/aprapipesut CMAKE_TC_FILE: '../vcpkg/scripts/buildsystems/vcpkg.cmake' # Note: naming this variable as CMAKE_TOOLCHAIN_FILE can cause havoc!!! + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ${{ inputs.runner }} steps: - name: Prepare builder