File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 3636 - name : Run test
3737 run : cargo test
3838
39- build_centos :
40- runs-on : ubuntu-latest
41- container :
42- image : centos:8
43- steps :
44- - uses : actions/checkout@v5
45- with :
46- submodules : true
47-
48- - name : Modify repo files of centos image
49- run : |
50- sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
51- sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
52-
53- - name : Install dependencies
54- run : |
55- yum install -y git cmake make gcc gcc-c++ openssl-devel epel-release clang
56-
57- - name : Set up Rust toolchain
58- uses : dtolnay/rust-toolchain@stable
59- with :
60- components : clippy, rustfmt
61-
62- - name : Build the project
63- run : cargo build --release
64-
6539 build_macos :
6640 strategy :
6741 matrix :
You can’t perform that action at this time.
0 commit comments