Update ci-build-upload-binaries.yml

add features console
This commit is contained in:
Tommy Verrall
2025-07-23 11:12:48 +02:00
committed by GitHub
parent 18593539f6
commit 01f52153bc
@@ -45,7 +45,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && inputs.add_tokio_unstable == true
run: |
echo "RUSTFLAGS=--cfg tokio_unstable" >> $GITHUB_ENV
echo "CARGO_FEATURES=--features console" >> $GITHUB_ENV
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with: