Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 28, 2025
1 parent 2eb9a91 commit 6a1f9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go-version: '1.22'

- name: Install Core
run: go install cogentcore.org/core/cmd/core@main && go install cogentcore.org/core/shell/cmd/cosh@main
run: go install cogentcore.org/core/cmd/core@main && go install cogentcore.org/lab/goal/cmd/goal@main

- name: Build Sims
run: ./make
Expand Down
4 changes: 2 additions & 2 deletions make
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cosh
#!/usr/bin/env goal

for _, pkg := range cosh.SplitLines(`go list ./...`) {
for _, pkg := range goalib.SplitLines($go list ./...$) {
pkg = strings.TrimPrefix(pkg, "github.com/CompCogNeuro/sims/v2")
if pkg == "" {
continue
Expand Down

0 comments on commit 6a1f9a1

Please sign in to comment.