From a61eb6fdf2e1f77c38e86633ca30e13f202458c7 Mon Sep 17 00:00:00 2001 From: Ara Adkins Date: Fri, 19 Feb 2021 12:03:46 +0000 Subject: [PATCH] Debug logging for compiler --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 0632e41b16f4..4e2bf47138c1 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -109,7 +109,7 @@ jobs: - name: Build Enso shell: bash run: | - ${{ env.SBTN }} --verbose --no-colors compile + ${{ env.SBTN }} --verbose --debug --no-colors compile # Tests - name: Setup Tests on Windows