Skip to content

Commit

Permalink
[ fix ] Pin chez v9.5.8a in windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhamsteve authored and gallais committed Aug 6, 2023
1 parent bde1a66 commit 3ce8b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-idris2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
uses: actions/checkout@v3
- name: Get Chez Scheme
run: |
git clone --depth 1 https://github.com/cisco/ChezScheme
git clone --depth 1 --branch v9.5.8a https://github.com/cisco/ChezScheme
c:\msys64\usr\bin\bash -l -c "pacman -S --noconfirm tar make mingw-w64-x86_64-gcc"
echo "PWD=$(c:\msys64\usr\bin\cygpath -u $(pwd))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Configure and Build Chez Scheme
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
uses: actions/checkout@v3
- name: Get Chez Scheme
run: |
git clone --depth 1 https://github.com/cisco/ChezScheme
git clone --depth 1 --branch v9.5.8a https://github.com/cisco/ChezScheme
c:\msys64\usr\bin\bash -l -c "pacman -S --noconfirm tar make mingw-w64-x86_64-gcc"
echo "PWD=$(c:\msys64\usr\bin\cygpath -u $(pwd))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Configure and Build Chez Scheme
Expand Down

0 comments on commit 3ce8b9f

Please sign in to comment.