Fix Go install

This commit is contained in:
Gregory Schier
2024-07-19 14:28:59 -07:00
parent 5ce928068c
commit b1e6f52396

View File

@@ -46,7 +46,7 @@ jobs:
go-version: '1.22'
- name: Install Yaak CLI
run: go install github.com/yaakapp/cli
run: go install github.com/yaakapp/cli@latest
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable