We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fd01d commit ca9d77cCopy full SHA for ca9d77c
1 file changed
.github/workflows/emulated.yml
@@ -32,7 +32,6 @@ jobs:
32
apt-get update -y
33
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev libghc-temporary-dev
34
run: |
35
- curl -s https://hackage.haskell.org/package/data-array-byte-0.1/data-array-byte-0.1.tar.gz | tar xz
36
ghc --version
37
- ghc --make -isrc:tests:data-array-byte-0.1 -o Main cbits/*.c tests/Tests.hs +RTS -s
+ ghc --make -isrc:tests -o Main cbits/*.c tests/Tests.hs +RTS -s
38
./Main +RTS -s
0 commit comments