Skip to content

Commit bf0bb97

Browse files
committed
do not build taplo, just download it
1 parent 49f949e commit bf0bb97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
- uses: actions/checkout@v6
9090

9191
- name: Install taplo
92-
run: cargo +stable install taplo-cli --version ^0.9 --locked
92+
uses: taiki-e/install-action@v2
93+
with:
94+
tool: taplo-cli
9395

9496
# if you encounter an error, try running 'taplo format' to fix the formatting automatically.
9597
- name: Check Cargo.toml formatting
@@ -148,7 +150,7 @@ jobs:
148150

149151
- name: Install dependencies
150152
run: uv sync --dev --no-install-package datafusion
151-
153+
152154
- name: Run Clippy
153155
run: cargo clippy --all-targets --features protoc,substrait -- -D warnings
154156

0 commit comments

Comments
 (0)