From 424108703af235a3ac46b432bc69781b92b85f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Kiss?= Date: Wed, 1 May 2024 08:22:18 +0200 Subject: [PATCH] Bump 40ants/setup-lisp to v4 in workflows --- .github/workflows/CI.yml | 6 +++++- .github/workflows/Release.yml | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eebe2cd..4de11da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 }} @@ -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" %} @@ -46,6 +48,7 @@ jobs: shell: bash run: | ros install neil-lindquist/ci-utils + asdf-register-project ros run --eval '(ql:quickload :chronogram/make-dist)' --eval '(progn (chronogram-dist:make-dist) (uiop:quit))' run-fiveam -e t -l chronogram/test :chronogram @@ -54,5 +57,6 @@ jobs: shell: msys2 {0} run: | ros install neil-lindquist/ci-utils + asdf-register-project ros run --eval '(ql:quickload :chronogram/make-dist)' --eval '(progn (chronogram-dist:make-dist) (uiop:quit))' run-fiveam -e t -l chronogram/test :chronogram diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index dd76f1d..e08c8be 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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" %} @@ -31,6 +31,8 @@ jobs: - name: Build make-chronogram-dist shell: bash run: | + ros install neil-lindquist/ci-utils + asdf-register-project ros run --eval '(progn (ql:quickload :chronogram/make-dist) (asdf:make :chronogram/make-dist))' - name: Run make-chronogram-dist