File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [macos-latest]
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 5
20
20
- name : Nightly default
@@ -194,7 +194,7 @@ jobs:
194
194
matrix :
195
195
os : [windows-2019]
196
196
steps :
197
- - uses : actions/checkout@v2
197
+ - uses : actions/checkout@v4
198
198
with :
199
199
fetch-depth : 5
200
200
- run : echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
Original file line number Diff line number Diff line change @@ -77,11 +77,15 @@ jobs:
77
77
78
78
build_with_centos :
79
79
name : build_with_centos
80
+ env :
81
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
82
+ ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION : " node16"
83
+ ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION : " node16"
80
84
runs-on : ubuntu-latest
81
85
container :
82
86
image : docker.io/centos:7
83
87
steps :
84
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v3
85
89
with :
86
90
fetch-depth : 5
87
91
- name : install rust language
91
95
override : true
92
96
- name : install CentOS dependencies
93
97
run : |
94
- yum install -y epel-release centos-release-scl
95
98
yum install -y java-11-openjdk-devel git make gcc gcc-c++ glibc-static glibc-devel openssl openssl-devel cmake3 ccache devtoolset-7 libzstd-devel zlib-devel flex bison python-devel python3-devel perl-IPC-Cmd && source /opt/rh/devtoolset-7/enable
96
99
- name : configure and compile
97
100
run : |
You can’t perform that action at this time.
0 commit comments