Skip to content

Commit

Permalink
fix(ci): fix tokio build for publish (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed Mar 21, 2023
1 parent 7917722 commit 8e7efac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build particle-node
env:
RUSTFLAGS: "--cfg tokio_unstable"
run: cargo build --release -p particle-node

- name: Rename particle-node to rust-peer
Expand Down

0 comments on commit 8e7efac

Please sign in to comment.