Skip to content

Commit

Permalink
Try older MSYS, current one fails Chocolatey.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Jul 3, 2024
1 parent 31d5145 commit c6968ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-workflow-chicken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Chicken
run: choco install chicken --version 4.13.0 --verbose
run: |
choco install msys2-installer --version 20161025.0.0 --verbose
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 c6968ab

Please sign in to comment.