From 1dfeac28edfb80b4443b7fb9194a859ef93479f4 Mon Sep 17 00:00:00 2001 From: Peter Kofler Date: Wed, 3 Jul 2024 16:30:48 +0200 Subject: [PATCH] Verbose failing install on GitHub actions. --- .github/workflows/ci-workflow-chicken.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow-chicken.yml b/.github/workflows/ci-workflow-chicken.yml index 8f45e94..ac94336 100644 --- a/.github/workflows/ci-workflow-chicken.yml +++ b/.github/workflows/ci-workflow-chicken.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v3 - name: Install Chicken - run: choco install chicken --version 4.13.0 + run: choco install chicken --version 4.13.0 --verbose - name: Test run: C:\chicken\bin\csi -r5rs-syntax -q -b -I test test\assert-chicken-test.scm