Skip to content

Commit ca9d77c

Browse files
committed
Simplify emulated CI jobs
1 parent a1fd01d commit ca9d77c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/emulated.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
apt-get update -y
3333
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev libghc-temporary-dev
3434
run: |
35-
curl -s https://hackage.haskell.org/package/data-array-byte-0.1/data-array-byte-0.1.tar.gz | tar xz
3635
ghc --version
37-
ghc --make -isrc:tests:data-array-byte-0.1 -o Main cbits/*.c tests/Tests.hs +RTS -s
36+
ghc --make -isrc:tests -o Main cbits/*.c tests/Tests.hs +RTS -s
3837
./Main +RTS -s

0 commit comments

Comments
 (0)