Skip to content

Commit

Permalink
install new goki tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 11, 2024
1 parent 284fce9 commit 4819f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
go-version: '1.21.3'

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

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

0 comments on commit 4819f3b

Please sign in to comment.