Skip to content

Commit

Permalink
Fix CI Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Aug 19, 2023
1 parent 661e071 commit c4e5028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

- name: Build and fmt and test
run: |
cargo build --verbose
cargo fmt --verbose
cargo test --verbose
cargo build --verbose --target x86_64-unknown-linux-gnu
cargo fmt --verbose --target x86_64-unknown-linux-gnu
cargo test --verbose --target x86_64-unknown-linux-gnu
- name: Build for Unix
if: runner.os == 'Linux'
Expand Down

0 comments on commit c4e5028

Please sign in to comment.