From 3d3e1429ef11f08be17da7867cf840ae991c9b97 Mon Sep 17 00:00:00 2001 From: go-while <137838162+go-while@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:22:08 +0000 Subject: [PATCH] Update build_and_publish_test.yml --- .github/workflows/build_and_publish_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish_test.yml b/.github/workflows/build_and_publish_test.yml index f7bac5a..68060e5 100644 --- a/.github/workflows/build_and_publish_test.yml +++ b/.github/workflows/build_and_publish_test.yml @@ -219,7 +219,8 @@ jobs: run: | # Build first if not cross-compiling go build -o NZBreX -tags other . - ./NZBreX -testrapidyenc# - name: Clean Go module cache + ./NZBreX -testrapidyenc +# - name: Clean Go module cache # run: | # rm -rf ~/.cache/go-build ~/go/pkg/mod # - name: Restore Go modules cache