Install Yaak CLI in workflow

This commit is contained in:
Gregory Schier
2024-07-19 13:57:04 -07:00
parent 3f15ea85c2
commit 544f6ff6b3

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: