diff --git a/.github/workflows/verify-installer-works.yml b/.github/workflows/verify-installer-works.yml index 5a09264..e24183a 100644 --- a/.github/workflows/verify-installer-works.yml +++ b/.github/workflows/verify-installer-works.yml @@ -27,7 +27,7 @@ jobs: # Step 3: Install htmgo CLI - name: Install htmgo CLI run: | - go install github.com/maddalax/htmgo/cli/htmgo@latest + GOPRIVATE=github.com/maddalax GOPROXY=direct go install github.com/maddalax/htmgo/cli/htmgo@latest # Step 4: Generate template using htmgo - name: Generate myapp template