diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af3f35e..3ae59a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,9 @@ jobs: - ubuntu-latest plugin: - cabal - - ghc - - hls - - stack + # - ghc + # - hls + # - stack fail-fast: true runs-on: ${{ matrix.os }} steps: @@ -26,3 +26,4 @@ jobs: with: plugin: ${{ matrix.plugin }} command: ${{ matrix.plugin }} --version + gitref: non_interactive_ghcup_installation