Skip to content

Commit

Permalink
fix(ci): install rust the proper way
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 3, 2023
1 parent 4368521 commit b675e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:

- name: Install Rust toolchain
run: |
sudo apt update
sudo apt-get install -y rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default nightly
rustup update
Expand All @@ -30,6 +29,7 @@ jobs:

- name: Install LanceDB dependencies
run: |
sudo apt update
sudo apt install -y protobuf-compiler libssl-dev
- name: Set up cargo cache
Expand Down

0 comments on commit b675e52

Please sign in to comment.