Skip to content

Commit

Permalink
Re #6182 Get information about iconv in the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Sep 8, 2023
1 parent d34626d commit 511ea20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 511ea20

Please sign in to comment.