diff --git a/.github/workflows/hlint-from-scratch.yml b/.github/workflows/hlint-from-scratch.yml index ade04f7..f8340c7 100644 --- a/.github/workflows/hlint-from-scratch.yml +++ b/.github/workflows/hlint-from-scratch.yml @@ -10,12 +10,14 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu, macos, windows] + os: [ubuntu, macos] steps: - uses: actions/checkout@v4 - run: stack upgrade - run: brew install automake if: matrix.os == 'macos' + - run: cabal update + - run: cabal install apply-refact - run: |- echo "GHCLIB_AZURE='1'" >> $GITHUB_ENV echo "repo_dir=$(mktemp -d)" >> $GITHUB_ENV diff --git a/hlint-from-scratch.sh b/hlint-from-scratch.sh index 3883447..5206293 100755 --- a/hlint-from-scratch.sh +++ b/hlint-from-scratch.sh @@ -236,7 +236,7 @@ else fi sha_ghc_lib_parser=$(shasum -a 256 "$repo_dir"/ghc-lib/ghc-lib-parser-"$version".tar.gz | awk '{ print $1 }') -# temp disable while i focus on minimal set of github actions +# temp disabled while i focus on minimal set of github actions if false; then if [ -z "$GHC_FLAVOR" ]; then # If the above worked out, update CI.hs.