diff --git a/.github/workflows/haskell_windows.yml b/.github/workflows/haskell_windows.yml index 8d54a7d..f5608ba 100644 --- a/.github/workflows/haskell_windows.yml +++ b/.github/workflows/haskell_windows.yml @@ -11,3 +11,12 @@ jobs: - name: Install stack run: | curl -sSL https://get.haskellstack.org/ | sh + export PATH="/c/Users/runneradmin/.local/bin":$PATH + + - name: Setup GHC + run: | + stack setup + + - name: Build + run: | + stack install