Skip to content

Commit

Permalink
Get version of the host's Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 19, 2023
1 parent 6527c85 commit f336a5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
# extra-include-dirs:
# - /usr/include
# extra-lib-dirs:
# - /lib
# - /usr/lib
# EOF
/usr/local/bin/stack --version
set +ex
- name: Build bindist
if: needs.configuration.outputs.test-arm64 == 'true'
shell: bash
Expand Down

0 comments on commit f336a5e

Please sign in to comment.