From f336a5e2f8ad6c86027cdac643b8896047268667 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sat, 19 Aug 2023 12:14:35 +0100 Subject: [PATCH] Get version of the host's Stack --- .github/workflows/integration-tests.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d3035ecd4a..0ab90d7d82 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -182,6 +182,25 @@ jobs: if: needs.configuration.outputs.test-arm64 == 'true' uses: actions/checkout@v3 + - name: Install deps and run checks + shell: bash + run: | + set -ex + + # mkdir -p ~/.stack + # touch ~/.stack/config.yaml + # cat > ~/.stack/config.yaml <