This commit is contained in:
hinto.janai 2024-06-28 15:50:05 -04:00
parent 9190d2eecd
commit ac33665918
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -94,9 +94,6 @@ jobs:
# 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 (All)
run: cargo install lychee
- name: Install dependencies (Linux)
if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y libboost-dev
@ -126,6 +123,9 @@ jobs:
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-13.2.0-6-any.pkg.tar.zst https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-13.2.0-6-any.pkg.tar.zst
pacman -U --noconfirm mingw-w64-x86_64-gcc-13.2.0-6-any.pkg.tar.zst mingw-w64-x86_64-gcc-libs-13.2.0-6-any.pkg.tar.zst
- name: Install dependencies (All)
run: cargo install lychee
- name: Documentation
run: cargo doc --workspace --all-features --no-deps