ci: stable Rust for deny, remove boost dep for docs ()

* doc.yml: remove boost dep

* deny.yml: install stable rust
This commit is contained in:
hinto-janai 2025-01-16 11:31:55 -05:00 committed by GitHub
parent c817c3b889
commit 6320411f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions
.github/workflows

View file

@ -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

View file

@ -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