Skip to content

Commit

Permalink
Bump 40ants/setup-lisp to v4 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed May 1, 2024
1 parent 89848c1 commit 3ea77c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
exclude:
- os: windows-latest
lisp: ecl/23.9.9
- os: windows-latest
lisp: ccl-bin/1.12.2
env:
LISP: ${{ matrix.lisp }}
QUICKLISP_DIST: ${{ matrix.quicklisp-dist }}
Expand All @@ -34,7 +36,7 @@ jobs:
submodules: true
- name: Setup Lisp
continue-on-error: true
uses: 40ants/setup-lisp@v2
uses: 40ants/setup-lisp@v4
with:
qlfile-template: |
{% ifequal quicklisp_dist "ultralisp" %}
Expand All @@ -46,6 +48,7 @@ jobs:
shell: bash
run: |
ros install neil-lindquist/ci-utils
asdf-register-project
ros run --eval '(ql:quickload :zoneinfo/make-dist)' --eval '(progn (zoneinfo-dist:make-dist) (uiop:quit))'
run-fiveam -e t -l zoneinfo/test :zoneinfo
Expand All @@ -54,5 +57,6 @@ jobs:
shell: msys2 {0}
run: |
ros install neil-lindquist/ci-utils
asdf-register-project
ros run --eval '(ql:quickload :zoneinfo/make-dist)' --eval '(progn (zoneinfo-dist:make-dist) (uiop:quit))'
run-fiveam -e t -l zoneinfo/test :zoneinfo
4 changes: 3 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Setup Lisp
continue-on-error: true
uses: 40ants/setup-lisp@v2
uses: 40ants/setup-lisp@v4
with:
qlfile-template: |
{% ifequal quicklisp_dist "ultralisp" %}
Expand All @@ -31,6 +31,8 @@ jobs:
- name: Build make-zoneinfo-dist
shell: bash
run: |
ros install neil-lindquist/ci-utils
asdf-register-project
ros run --eval '(progn (ql:quickload :zoneinfo/make-dist) (asdf:make :zoneinfo/make-dist))'
- name: Run make-zoneinfo-dist
Expand Down

0 comments on commit 3ea77c0

Please sign in to comment.