Skip to content

Commit 654f4e8

Browse files
authored
[python] Fix rust toolchain action check (#7583)
1 parent 6cad835 commit 654f4e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/paimon-python-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
mvn -version
8181
8282
- name: Install Rust toolchain
83-
uses: dtolnay/rust-toolchain@stable
83+
run: |
84+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile minimal
85+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
8486
8587
- name: Build Tantivy native library
8688
run: |

0 commit comments

Comments
 (0)