fix(ci): cargo now running properly

This commit is contained in:
Adam Cosner 2026-04-08 01:22:23 -04:00 committed by Michael Murphy
parent 77b37f2246
commit c7093beca3

View file

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