File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 container : fedora:latest
4141 steps :
4242 - uses : actions/checkout@v4
43- - name : Cache
44- uses : actions/cache@v3
45- with :
46- path : |
47- ~/.cargo/bin/
48- ~/.cargo/registry/index/
49- ~/.cargo/registry/cache/
50- ~/.cargo/git/db/
51- target/
52- key : ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.toml') }}
5343 - name : Install deps
5444 run : |
5545 dnf install -y make gcc git clippy cargo rust
7767 persist-credentials : false
7868 - name : Fix git trust
7969 run : git config --global --add safe.directory /__w/greenboot-rs/greenboot-rs
80- - name : Cache
81- uses : actions/cache@v4
82- with :
83- path : |
84- ~/.cargo/bin/
85- ~/.cargo/registry/index/
86- ~/.cargo/registry/cache/
87- ~/.cargo/git/db/
88- target/
89- key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
9070 - name : Install cargo-llvm-cov
9171 run : cargo install cargo-llvm-cov
9272 - name : Build
You can’t perform that action at this time.
0 commit comments