Skip to content

Commit

Permalink
tests: use GH action instead of rustup update to update Rust
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Oct 27, 2023
1 parent 5c65430 commit d00da7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust-linux-polars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
run: |
sudo apt-get update
- uses: actions/checkout@v4
- name: Update Rust
run: rustup update
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
# env:
# RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
Expand Down

0 comments on commit d00da7a

Please sign in to comment.