Skip to content

Commit

Permalink
Restrict number of jobs to 1 for ghcjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jun 13, 2021
1 parent dd0c72c commit 90bcbe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -295,6 +295,7 @@ jobs:
apt-get install -y cabal-install-3.2
apt-get install -y nodejs
apt-get install -y ghcjs-8.4
cabal user-config update -a "jobs: 1"
bash -c "$PACKCHECK $BUILD"
- *save
coveralls-ghc-8_2_2:
Expand Down

0 comments on commit 90bcbe0

Please sign in to comment.