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 043fbcb commit f8a274e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
- shell: msys2 {0}
name: Configure project
run: |
export PATH=$PATH:"/c/ghcup/msys64/bin":"/c/ghcup/usr/bin"
export PATH=$PATH:"/c/ghcup/msys64/bin":"/c/ghcup/usr/bin":"/c/ghcup/bin"
echo "$SHELL"
echo "$PATH"
cabal configure
Expand All @@ -84,7 +84,7 @@ jobs:
- shell: msys2 {0}
name: Build
run: |
export PATH=$PATH:"/c/ghcup/msys64/bin":"/c/ghcup/usr/bin"
export PATH=$PATH:"/c/ghcup/msys64/bin":"/c/ghcup/usr/bin":"/c/ghcup/bin"
echo "$SHELL"
echo "$PATH"
cabal build all

0 comments on commit f8a274e

Please sign in to comment.