From 45bc57e54ef4b375d140b29d41d5fb1ee006a9d5 Mon Sep 17 00:00:00 2001 From: maddalax Date: Wed, 25 Sep 2024 14:03:31 -0500 Subject: [PATCH] test again --- .github/workflows/verify-installer-works.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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