From 7d3b90f869547a62aef9bc60ed2a9d778e104828 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Jun 2022 11:47:50 +0100 Subject: [PATCH] ci: windows: don't strip, seems to break it --- .github/workflows/windows-x64.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index 165d577ec..8dec4475f 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -170,8 +170,9 @@ jobs: cd hledger-windows-x64 cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger.exe . cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger-web.exe . - strip hledger.exe - strip hledger-web.exe + # tried to reduce binary size as on other platforms, but causes https://github.com/simonmichael/hledger/issues/1869 ? + # strip hledger.exe + # strip hledger-web.exe if: env.CONTINUE # XXX intermittent upload failures