From 3956109c7ef4b5ec6d4b5e47070327a959e201dd Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Wed, 26 Apr 2023 12:13:22 +0100 Subject: [PATCH] change the workflow file to build with cpucycles --- .github/workflows/build-and-upload-binaries-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-upload-binaries-ci.yml b/.github/workflows/build-and-upload-binaries-ci.yml index 537e239753..fd761ff459 100644 --- a/.github/workflows/build-and-upload-binaries-ci.yml +++ b/.github/workflows/build-and-upload-binaries-ci.yml @@ -69,7 +69,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --workspace --release --all + args: --workspace --release --all --features cpucycles - name: Install Rust stable uses: actions-rs/toolchain@v1