Install Yaak CLI in workflow

This commit is contained in:
Gregory Schier
2024-07-19 13:57:04 -07:00
parent f6c491498b
commit d4d56dfe1b

View File

@@ -40,6 +40,9 @@ jobs:
with:
node-version: 20
- name: Install Yaak CLI
run: bash <(curl -fsSL https://raw.githubusercontent.com/yaakapp/cli/main/install.sh)
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with: