Skip to content

Commit

Permalink
Fix echo cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Jan 20, 2022
1 parent 95d9abe commit 32e952d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Disable tests and bechmarks
run: |
echo -e 'tests: false' >> cabal.project.local
echo -e 'benchmarks: false' >> cabal.project.local
echo "tests: false" >> cabal.project.local
echo "benchmarks: false" >> cabal.project.local
- uses: ./.github/actions/setup-build
with:
Expand Down

0 comments on commit 32e952d

Please sign in to comment.