Skip to content

Commit 4819f3b

Browse files
committed
install new goki tool
1 parent 284fce9 commit 4819f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: '1.21.3'
4444

4545
- name: Install Goki
46-
run: go install -tags offscreen goki.dev/goki@main
46+
run: go install -tags offscreen goki.dev/goki/gokitool@main
4747

4848
- name: Build Demo
4949
run: cd demo && goki build -t js && cp -a .goki/bin/js ../static/demo && cd ..

0 commit comments

Comments
 (0)