Skip to content

Commit

Permalink
Merge branch 'main' into yash/timeMuxerStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
joiskash authored Jul 24, 2024
2 parents 8bf10f1 + 401b9eb commit c69e4d1
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 c69e4d1

Please sign in to comment.