Skip to content

Commit

Permalink
Remove --all-features from cross target
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Nov 4, 2023
1 parent 528d626 commit 74f6996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: add_cross_target
run: |
rustup target add powerpc-unknown-linux-gnu
cargo build --all-features --target powerpc-unknown-linux-gnu
cargo build --target powerpc-unknown-linux-gnu
test_all:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 74f6996

Please sign in to comment.