We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914cf4c commit 34d3034Copy full SHA for 34d3034
1 file changed
.github/workflows/extended.yml
@@ -173,10 +173,9 @@ jobs:
173
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if triggered by push
174
submodules: true
175
fetch-depth: 1
176
- - name: Setup Rust toolchain
177
- uses: ./.github/actions/setup-builder
178
- with:
179
- rust-version: stable
+ - name: Install protobuf compiler
+ run: |
+ apt-get update && apt-get install -y protobuf-compiler
180
- name: Run sqllogictest
181
run: |
182
cargo test --features backtrace,parquet_encryption --profile ci-optimized --test sqllogictests -- --include-sqlite
0 commit comments