Skip to content

Commit

Permalink
Fix cargo-doc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Apr 9, 2024
1 parent c8e8ec0 commit d9d4441
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- Cargo.lock
- crates/**

env:
RUSTFLAGS: --cfg tokio_unstable

# Cancel previous runs of this workflow when a new commit is added to the PR, branch or tag
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit d9d4441

Please sign in to comment.