1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

No more need for this.

This commit is contained in:
Patrick Thomson 2020-01-28 10:19:00 -05:00
parent 407742d988
commit f580abc442

View File

@ -53,9 +53,7 @@ jobs:
- name: Install dependencies
run: |
cabal v2-update
script/fix-broken-cabal-store
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2
script/fix-broken-cabal-store
cabal v2-build --project-file=cabal.project.ci all --only-dependencies
- name: Build & test