From 213de6a16c3208b2f34688ff42efdb25f39723b5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 15 Nov 2020 09:21:35 -0500 Subject: [PATCH] Strip executables --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 483778e..5a96f43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,7 @@ jobs: ${{ matrix.os }}-${{ matrix.ghc }}- - run: cabal test --test-show-details direct - run: cabal install --installdir output --install-method copy + - run: strip output/brittany* - uses: actions/upload-artifact@v2 with: path: output/brittany*