Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed Nov 28, 2023
1 parent 2baac4e commit 7e8e716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v4

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v4

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -74,6 +74,7 @@ jobs:
- shell: msys2 {0}
name: Configure project
run: |
export $PATH = $PATH:"C:\ghcup\msys64\bin":"C:\ghcup\usr\bin"
echo "$SHELL"
echo "$PATH"
cabal configure
Expand All @@ -83,6 +84,7 @@ jobs:
- shell: msys2 {0}
name: Build
run: |
export $PATH = $PATH:"C:\ghcup\msys64\bin":"C:\ghcup\usr\bin"
echo "$SHELL"
echo "$PATH"
cabal build all

0 comments on commit 7e8e716

Please sign in to comment.