fix(ci): cargo now running properly
This commit is contained in:
parent
77b37f2246
commit
c7093beca3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
- name: System dependencies
|
||||
run: sudo apt-get update; sudo apt-get install -y libxkbcommon-dev libwayland-dev
|
||||
- name: Build documentation
|
||||
run: RUSTDOCFLAGS="--cfg docsrs" \
|
||||
run: |
|
||||
RUSTDOCFLAGS="--cfg docsrs" \
|
||||
cargo +nightly-2025-07-31 doc --no-deps \
|
||||
-p cosmic-client-toolkit \
|
||||
-p cosmic-protocols \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue