Skip to content

Commit

Permalink
[CI] Force use of node16 with CentOS 7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Jul 25, 2024
1 parent aa0a9a2 commit 15424d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
container: centos:7

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
CMAKE_ARGS: "-DCMAKE_INSTALL_PREFIX=/usr;-DCMAKE_INSTALL_RPATH='$ORIGIN/../$LIB'"

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/RPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
runs-on: ubuntu-latest
container: centos:7

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

steps:
- name: Use CentOS 7 Vault Repository URLs
run: |
Expand Down

0 comments on commit 15424d3

Please sign in to comment.