mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-12 21:35:20 +01:00
Install Yaak CLI with Go
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -35,15 +35,16 @@ jobs:
|
||||
repository: yaakapp/plugins
|
||||
path: ${{ env.YAAK_PLUGINS_DIR }}
|
||||
|
||||
- name: setup node
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
|
||||
- name: Install Yaak CLI
|
||||
run: bash <(curl -fsSL https://raw.githubusercontent.com/yaakapp/cli/main/install.sh)
|
||||
env:
|
||||
VERSION: latest
|
||||
run: go install github.com/yaakapp/cli
|
||||
|
||||
- name: install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
Reference in New Issue
Block a user