Skip to content

Commit

Permalink
remove stack args from script invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jul 28, 2024
1 parent 80e7ee9 commit 07faf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hlint-from-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
GHCLIB_AZURE=1; export GHCLIB_AZURE
pacman -S autoconf automake-wrapper make patch python tar mintty --noconfirm
./hlint-from-scratch.sh --init="$HOME/project"
./hlint-from-scratch.sh --ghc-flavor="" --stack-yaml=stack-exact.yaml --resolver=ghc-9.10.1 --no-checkout
./hlint-from-scratch.sh --ghc-flavor="" --no-checkout
if: matrix.os == 'windows'
- name: Run hlint-from-scratch (unix)
shell: bash
run: |-
GHCLIB_AZURE=1; export GHCLIB_AZURE
./hlint-from-scratch.sh --init="$HOME/project"
./hlint-from-scratch.sh --ghc-flavor="" --stack-yaml=stack-exact.yaml --resolver=ghc-9.10.1 --no-checkout
./hlint-from-scratch.sh --ghc-flavor="" --no-checkout
if: matrix.os == 'ubuntu' || matrix.os == 'macos'

0 comments on commit 07faf06

Please sign in to comment.