From c97c9b599d9ac3a5a280a5cf25550b62d5d3b372 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jul 2024 16:13:39 -0700 Subject: [PATCH] Install Yaak CLI --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 540ecb9f..63a4b4ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |