Skip to content

Commit

Permalink
fix centos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 2, 2024
1 parent 0206eb5 commit 145a35a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/cpp_full_node_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ concurrency:
env:
RUST_BACKTRACE: 1
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
build:
Expand Down Expand Up @@ -113,9 +115,13 @@ jobs:
volumes:
- /usr/local/share/vcpkg:/usr/local/share/vcpkg
steps:
- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: "16.x"
- uses: actions/checkout@v3
with:
fetch-depth: 5
clean: false
- uses: actions/cache@v3
id: deps_cache
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/cpp_sdk_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ concurrency:
env:
RUST_BACKTRACE: 1
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
build_sdk:
Expand Down Expand Up @@ -116,9 +118,13 @@ jobs:
volumes:
- /usr/local/share/vcpkg:/usr/local/share/vcpkg
steps:
- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: "16.x"
- uses: actions/checkout@v3
with:
fetch-depth: 5
clean: false
- uses: actions/cache@v3
id: deps_cache
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/cpp_toolkit_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ concurrency:
env:
RUST_BACKTRACE: 1
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
build_wedpr_toolkit:
Expand Down Expand Up @@ -122,9 +124,13 @@ jobs:
volumes:
- /usr/local/share/vcpkg:/usr/local/share/vcpkg
steps:
- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: "16.x"
- uses: actions/checkout@v3
with:
fetch-depth: 5
clean: false
- uses: actions/cache@v3
id: deps_cache
with:
Expand Down

0 comments on commit 145a35a

Please sign in to comment.