Skip to content

Commit

Permalink
Verbose failing install on GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Jul 3, 2024
1 parent 236f4c0 commit 1dfeac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow-chicken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dfeac2

Please sign in to comment.