Install Yaak CLI

This commit is contained in:
Gregory Schier
2024-07-19 16:13:39 -07:00
parent fc972b04f7
commit c97c9b599d

View File

@@ -44,6 +44,10 @@ jobs:
with:
node-version: 20
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
@@ -77,6 +81,9 @@ jobs:
run: |
npm ci
- name: Install yaak CLI
run: go install github.com/yaakapp/yaakcli@latest
- name: Build plugins
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
run: |