Skip to content

Commit

Permalink
chore(ci.yml): fix GLIBC dependency not found on cargo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Indra-db committed Jan 28, 2025
1 parent 395e3f4 commit 37e28ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- uses: dtolnay/install@cargo-docs-rs

# Compile cargo-docs-rs locally so it links against the runner's glibc.
- run: cargo install cargo-docs-rs --locked

- run: cargo docs-rs -p flecs_ecs
- run: cargo docs-rs -p flecs_ecs_derive
- run: cargo docs-rs -p flecs_ecs_derive

0 comments on commit 37e28ea

Please sign in to comment.