Skip to content

Commit 34d3034

Browse files
committed
simplify extended
1 parent 914cf4c commit 34d3034

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/extended.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,9 @@ jobs:
173173
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if triggered by push
174174
submodules: true
175175
fetch-depth: 1
176-
- name: Setup Rust toolchain
177-
uses: ./.github/actions/setup-builder
178-
with:
179-
rust-version: stable
176+
- name: Install protobuf compiler
177+
run: |
178+
apt-get update && apt-get install -y protobuf-compiler
180179
- name: Run sqllogictest
181180
run: |
182181
cargo test --features backtrace,parquet_encryption --profile ci-optimized --test sqllogictests -- --include-sqlite

0 commit comments

Comments
 (0)