Skip to content

Commit

Permalink
fix: attempt to fix the templ error blocking build in github actions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen authored Nov 12, 2024
1 parent d3d8c5e commit 630bd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
go-version: 1.22.1
- name: Install templ and run templ generate
run: |
go get github.com/a-h/templ/runtime
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: Build
Expand Down

0 comments on commit 630bd82

Please sign in to comment.