Skip to content

Commit

Permalink
removing cross compile cause it needs rust 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Feb 28, 2025
1 parent 30e7765 commit e4b000f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: cargo test --verbose
- name: 32bit compilation test
run: cargo build --target i686-unknown-linux-gnu --verbose
- name: Running tests under 32bit architecture
run: cargo install cross && cross test --target i686-unknown-linux-gnu --verbose
# - name: Running tests under 32bit architecture
# run: cargo install cross && cross test --target i686-unknown-linux-gnu --verbose


0 comments on commit e4b000f

Please sign in to comment.