Skip to content

Commit

Permalink
Fix Windows Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy authored and coot committed Nov 7, 2022
1 parent 8d0b1e1 commit 6e8a69c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
File renamed without changes.
5 changes: 5 additions & 0 deletions .github/workflows/cabal.project.local.ci.Linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package cardano-crypto-praos
flags: -external-libsodium-vrf

package HsOpenSSL
flags: +use-pkg-config
23 changes: 23 additions & 0 deletions .github/workflows/cabal.project.local.ci.MINGW64_NT-10.0-20348
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package cardano-crypto-praos
flags: -external-libsodium-vrf

package HsOpenSSL
extra-include-dirs: D:/a/_temp/msys64/mingw64/include
extra-lib-dirs: D:/a/_temp/msys64/mingw64/lib
flags: +use-pkg-config

package secp256k1-haskell
extra-include-dirs: D:/a/_temp/msys64/mingw64/include
extra-lib-dirs: D:/a/_temp/msys64/mingw64/lib

package basement
extra-include-dirs: D:/a/_temp/msys64/mingw64/include
extra-lib-dirs: D:/a/_temp/msys64/mingw64/lib

package cardano-crypto-class
extra-include-dirs: D:/a/_temp/msys64/mingw64/include
extra-lib-dirs: D:/a/_temp/msys64/mingw64/lib

package cardano-crypto-praos
extra-include-dirs: D:/a/_temp/msys64/mingw64/include
extra-lib-dirs: D:/a/_temp/msys64/mingw64/lib
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
sed -i 's|tests: False|tests: True|g' cabal.project
fi
cp .github/workflows/cabal.project.local.ci cabal.project.local
cp ".github/workflows/cabal.project.local.ci.$(uname -s)" cabal.project.local
echo "# cabal.project.local"
cat cabal.project.local
Expand Down

0 comments on commit 6e8a69c

Please sign in to comment.