Skip to content

Commit

Permalink
Linux Build Fix for Github Actions. (#366)
Browse files Browse the repository at this point in the history
* WIP.

* WIP.

---------

Co-authored-by: Kashyap Jois <[email protected]>
  • Loading branch information
AdityaKBhadragond14 and joiskash authored Jul 24, 2024
1 parent 53157e2 commit 401b9eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-Linux-ARM64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-Linux-CUDA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 401b9eb

Please sign in to comment.