Skip to content

Commit 32e952d

Browse files
committed
Fix echo cabal.project
1 parent 95d9abe commit 32e952d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343

4444
- name: Disable tests and bechmarks
4545
run: |
46-
echo -e 'tests: false' >> cabal.project.local
47-
echo -e 'benchmarks: false' >> cabal.project.local
46+
echo "tests: false" >> cabal.project.local
47+
echo "benchmarks: false" >> cabal.project.local
4848
4949
- uses: ./.github/actions/setup-build
5050
with:

0 commit comments

Comments
 (0)