Skip to content

Commit 18be956

Browse files
author
Andrew D. France
committed
Fix GitHub Actions CI
1 parent 059d7d3 commit 18be956

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ on:
99
jobs:
1010
test:
1111
runs-on: windows-latest
12+
13+
env:
14+
LISP: sbcl-bin
1215

1316
steps:
1417
- name: Checkout code
1518
uses: actions/checkout@v4
1619

20+
# This single step sets up Roswell AND installs SBCL
1721
- name: Setup Common Lisp
1822
uses: 40ants/setup-lisp@v4
23+
with:
24+
asdf-system: cl-win32-types
1925

20-
- name: Install SBCL latest
21-
shell: bash
22-
run: |
23-
ros config set sbcl-bin.version 2.5.6
24-
ros install sbcl-bin
25-
2626
- name: Install Dependencies & Run Tests
2727
shell: bash
2828
run: |
2929
ros install fiveam
30-
ros --eval "(asdf:test-system :cl-win32-types)" --quit
30+
ros --eval "(asdf:test-system :cl-win32-types)" --quit

0 commit comments

Comments
 (0)