Skip to content

Commit

Permalink
Set RUSTFLAGS in doc CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed May 29, 2024
1 parent 85a26f5 commit 9e5f709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
cancel-in-progress: true

env:
RUSTFLAGS: --cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"
RUSTDOCFLAGS: --cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"

jobs:
Expand Down

0 comments on commit 9e5f709

Please sign in to comment.