We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb1d5a commit 8864565Copy full SHA for 8864565
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.23.4'
20
21
- name: Set up Core
22
- run: go install cogentcore.org/core/cmd/core@main && core setup
+ run: go install cogentcore.org/core@main && core setup
23
24
- name: Build
25
run: go build -v ./...
0 commit comments