We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccc053 commit 3228452Copy full SHA for 3228452
.github/workflows/CI.yml
@@ -15,14 +15,7 @@ jobs:
15
- name: Install Rust
16
uses: actions-rust-lang/setup-rust-toolchain@v1
17
- 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!"
+ uses: KittyCAD/action-install-cli@main
26
- name: Build tester
27
run: |
28
cd kcl-book-tester
0 commit comments