From e5bed9d3e2727ede2d2ca0cb4e6be1ae73254230 Mon Sep 17 00:00:00 2001 From: durch Date: Mon, 8 May 2023 16:39:20 +0200 Subject: [PATCH] Remove 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 fd761ff459..537e239753 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 --features cpucycles + args: --workspace --release --all - name: Install Rust stable uses: actions-rs/toolchain@v1