mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
[ fix ] Pin chez v9.5.8a in windows CI
This commit is contained in:
parent
bde1a66075
commit
3ce8b9f9cb
4
.github/workflows/ci-idris2.yml
vendored
4
.github/workflows/ci-idris2.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user