Skip to content

Commit

Permalink
Fix emulated CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Oct 7, 2022
1 parent 9632f74 commit 8dbb6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update -y
apt-get install -y ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev
apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev
run: |
curl -s https://hackage.haskell.org/package/data-array-byte-0.1/data-array-byte-0.1.tar.gz | tar xz --directory src
ghc --version
ghc --make -isrc:tests -o Main cbits/*.c tests/Tests.hs +RTS -s
./Main +RTS -s

0 comments on commit 8dbb6dd

Please sign in to comment.