change the workflow file to build with cpucycles

This commit is contained in:
Tommy Verrall
2023-04-26 12:13:22 +01:00
parent 8d725b13c5
commit 3956109c7e
@@ -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