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 Jan 8, 2023
1 parent 4bb35f3 commit d0b70f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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
ghc --version
ghc --make -isrc:tests -o Main cbits/*.c tests/Tests.hs +RTS -s
ghc --make -isrc:tests:data-array-byte-0.1 -o Main cbits/*.c tests/Tests.hs +RTS -s
./Main +RTS -s

0 comments on commit d0b70f7

Please sign in to comment.