From ba1f76841fc52dc373ac5105fb0509943b5762e3 Mon Sep 17 00:00:00 2001 From: braheezy Date: Fri, 1 Mar 2024 21:23:40 -0800 Subject: [PATCH] debug --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 160af01..c8a6777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Build run: | - go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -o goqoa-linux -v . + go build -ldflags="-s -w" -trimpath -buildvcs=false -o goqoa-linux -v . upx --brute goqoa-linux - name: Go Test @@ -101,7 +101,7 @@ jobs: - name: Cache large spec pack uses: actions/cache@v3 with: - key: qoa_test_samples + key: qoa_test_samples_2023_02_18.zip path: qoa_test_samples_2023_02_18.zip - name: Download large spec pack