From 511ea20579a9592b5f82bc915d9c428f8f08c5f4 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sat, 8 Jul 2023 14:56:46 +0100 Subject: [PATCH] Re #6182 Get information about iconv in the environment --- .github/workflows/integration-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1bcdf96057..7bda54f0af 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -142,6 +142,9 @@ jobs: - name: Build bindist shell: bash run: | + # Temporarily get information about iconv + which -a iconv + iconv --version stack etc/scripts/release.hs build ${{ matrix.release-args }} - name: Upload bindist