Skip to content

Commit 3228452

Browse files
committed
Simplify CLI installation in CI
1 parent cccc053 commit 3228452

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ jobs:
1515
- name: Install Rust
1616
uses: actions-rust-lang/setup-rust-toolchain@v1
1717
- name: Install zoo CLI
18-
run: |
19-
# Export the sha256sum for verification.
20-
export ZOO_CLI_SHA256="6e4254249c76f040aefaa9847a0e47fbb56c9d284a03d3abc55a4150199be112"
21-
# Download and check the sha256sum.
22-
curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.111/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
23-
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
24-
&& chmod a+x "/usr/local/bin/zoo"
25-
echo "zoo cli installed!"
18+
uses: KittyCAD/action-install-cli@main
2619
- name: Build tester
2720
run: |
2821
cd kcl-book-tester

0 commit comments

Comments
 (0)