Skip to content

Commit

Permalink
pass no-builds flag through to ghc-lib-build-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jul 29, 2024
1 parent 07faf06 commit a9fd65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hlint-from-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
schedule:
- cron: '0 0 * * *' # every day
jobs:
hlint-from-scratch-ubuntu:
hlint-ghc-master-ghc-9.10.1:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion hlint-from-scratch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fi

# ghc-lib

cmd="cabal run exe:ghc-lib-build-tool -- --ghc-flavor "
cmd="cabal run exe:ghc-lib-build-tool "$no_builds" -- --ghc-flavor "

if [ -z "$GHC_FLAVOR" ]; then
eval "$cmd" "$HEAD"
Expand Down

0 comments on commit a9fd65a

Please sign in to comment.