Skip to content

Commit

Permalink
LUV bugfixes, improve LCh
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 5, 2024
1 parent 9e195e4 commit 74ef388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: rustup target add aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu
- run: cargo build --target aarch64-unknown-linux-gnu
- run: cargo build --features "avx2" --target x86_64-unknown-linux-gnu
- run: cargo build --target x86_64-unknown-linux-gnu
- name: Test release pipeline
run: cargo publish --dry-run

0 comments on commit 74ef388

Please sign in to comment.