Fix is valid

This commit is contained in:
Gregory Schier
2024-07-19 15:09:45 -07:00
parent 2ec3be4374
commit 2e0982b999
2 changed files with 3 additions and 10 deletions

View File

@@ -40,14 +40,6 @@ jobs:
with:
node-version: 20
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Install Yaak CLI
run: go install github.com/yaakapp/yaakcli@latest
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with: