From 01f52153bc09ed087d756af1bd15b1d5feab7599 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:12:48 +0200 Subject: [PATCH] Update ci-build-upload-binaries.yml add features console --- .github/workflows/ci-build-upload-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index baa0c7cc0a..4a8a597dab 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -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: