Fix Go install

This commit is contained in:
Gregory Schier
2024-07-19 14:28:59 -07:00
parent cf01ea7656
commit 6c6250a41b

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