Skip to content

Commit 40e5eeb

Browse files
authored
Merge pull request #85 from Zulu-Inuoe/fix/broken-ci
"Fix" Failing CI job
2 parents f05afbb + bb9c0bd commit 40e5eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Install SBCL
3535
if: steps.cache-sbcl.outputs.cache-hit != 'true'
3636
run: |
37-
$uri = "http://downloads.sourceforge.net/sbcl/sbcl-2.0.0-x86-64-windows-binary.msi"
37+
$uri = "http://downloads.sourceforge.net/sbcl/sbcl-2.5.0-x86-64-windows-binary.msi"
3838
Invoke-WebRequest -Uri $uri -OutFile "$env:TEMP\sbcl.msi" -UserAgent "_"
3939
Start-Process "msiexec" -ArgumentList "/a", "$env:TEMP\sbcl.msi", "/qbn", "TARGETDIR=$env:TEMP\sbcl\" -Wait -NoNewWindow
40-
$sbclSubDir = "$env:TEMP\sbcl\PFiles\Steel Bank Common Lisp\2.0.0\"
40+
$sbclSubDir = "$env:TEMP\sbcl\PFiles\Steel Bank Common Lisp\"
4141
Move-Item -Path $sbclSubDir -Destination "$HOME\sbcl\"
4242
- name: Configure SBCL
4343
run: |

0 commit comments

Comments
 (0)