Skip to content

Commit e0be6a9

Browse files
committed
chore: reverting flags to attempt to silence CI warnings
1 parent 31e4b31 commit e0be6a9

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
contents: read
7575
timeout-minutes: 180 # 3 hours
7676
env:
77-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
7877
CMAKE_BUILD_PARALLEL_LEVEL: 8
7978
CTEST_PARALLEL_LEVEL: '' # empty value to make ctest detect the number of cores
8079
CTEST_NO_TESTS_ACTION: error

.github/workflows/code_ql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
name: Analyze C++
6565
timeout-minutes: 20
6666
env:
67-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
6867
LANGUAGE: c-cpp
6968
CMAKE_BUILD_PARALLEL_LEVEL: 8
7069
PRESET: gcc

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
contents: read
4949
checks: write
5050
env:
51-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5251
CMAKE_PRESET: gcc
5352
CMAKE_BUILD_PARALLEL_LEVEL: 8
5453
BUILD_DIR: ${{ github.workspace }}/Builds/gcc

.github/workflows/sprt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
name: Run SPRT test
4545
timeout-minutes: 300 # 5 hours
4646
env:
47-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
4847
CMAKE_PRESET: gcc
4948
CMAKE_BUILD_PARALLEL_LEVEL: 8
5049
BUILD_DIR: ${{ github.workspace }}/Builds/gcc

.github/workflows/tag_and_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
name: codesigning
117117
url: https://github.com/benthevining/BenBot/releases/tag/${{ needs.bump_version.outputs.tag_name }}
118118
env:
119-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
120119
CMAKE_OSX_ARCHITECTURES: arm64;x86_64
121120
CMAKE_BUILD_PARALLEL_LEVEL: 8
122121
# NB. Windows runners may error out if we make these absolute paths prefixed with

0 commit comments

Comments
 (0)