Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 21, 2022
1 parent 971e7aa commit 40e6200
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/haskell.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: "View pkg-config"
run: |
echo "PKG_CONFIG_PATH:$PKG_CONFIG_PATH"
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"
- name: "LINUX,MAC: Setup haskell"
if: runner.os != 'Windows'
Expand All @@ -67,6 +67,7 @@ jobs:
libtool `
make `
openssl-devel
# ... and also the ghc and cabal combination we want.
ghcup install ghc --set ${{ matrix.ghc }}
ghcup install cabal --set 3.6.2.0
Expand All @@ -92,9 +93,9 @@ jobs:
-a ("extra-lib-dirs: {0}, C:/msys64/mingw64/lib" -f $ghcMingwDir) `
-f init
- name: "WIN: Configure pkg-config"
- name: "View pkg-config"
run: |
echo "PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"
- name: "OUTPUT Record cabal-store"
id: win-setup-haskell
Expand Down

0 comments on commit 40e6200

Please sign in to comment.