Skip to content

Commit 8864565

Browse files
committed
fix core install path
1 parent 7cb1d5a commit 8864565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: '1.23.4'
2020

2121
- name: Set up Core
22-
run: go install cogentcore.org/core/cmd/core@main && core setup
22+
run: go install cogentcore.org/core@main && core setup
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)