Skip to content

Commit 07d9e7b

Browse files
committed
fix(actions): add rust flags
1 parent 6b3e553 commit 07d9e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cli-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180
runs-on: macos-14
181181
env:
182182
CARGO_BUILD_TARGET: x86_64-apple-darwin
183+
RUSTFLAGS: "--cfg tokio_unstable"
183184
steps:
184185
- uses: actions/checkout@v4
185186
with:

0 commit comments

Comments
 (0)