mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-04-23 14:28:18 +00:00
ci: stable Rust for deny
, remove boost
dep for docs (#364)
* doc.yml: remove boost dep * deny.yml: install stable rust
This commit is contained in:
parent
c817c3b889
commit
6320411f60
2 changed files with 7 additions and 6 deletions
7
.github/workflows/deny.yml
vendored
7
.github/workflows/deny.yml
vendored
|
@ -25,9 +25,16 @@ jobs:
|
|||
~/.cargo
|
||||
target
|
||||
key: deny
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install dependencies
|
||||
run: cargo install cargo-deny --locked
|
||||
- name: Deny
|
||||
|
|
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
|
@ -40,12 +40,6 @@ jobs:
|
|||
path: target/debug
|
||||
key: doc
|
||||
|
||||
# Packages other than `Boost` used by `Monero` are listed here.
|
||||
# https://github.com/monero-project/monero/blob/c444a7e002036e834bfb4c68f04a121ce1af5825/.github/workflows/build.yml#L71
|
||||
|
||||
- name: Install dependencies (Linux)
|
||||
run: sudo apt install -y libboost-dev
|
||||
|
||||
- name: Documentation
|
||||
run: cargo +nightly doc --workspace --all-features
|
||||
|
||||
|
|
Loading…
Reference in a new issue