We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cad835 commit 654f4e8Copy full SHA for 654f4e8
1 file changed
.github/workflows/paimon-python-checks.yml
@@ -80,7 +80,9 @@ jobs:
80
mvn -version
81
82
- name: Install Rust toolchain
83
- uses: dtolnay/rust-toolchain@stable
+ 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
86
87
- name: Build Tantivy native library
88
run: |
0 commit comments