Remove cpucycles

This commit is contained in:
durch
2023-05-08 16:39:20 +02:00
parent 1119505990
commit e5bed9d3e2
@@ -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