From 696eba18d1ef77b071f69d379a073fd35477d9bb Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Mon, 29 Jan 2024 22:25:50 +0300 Subject: [PATCH] Switched back to 40ants/setup-lisp@fix-test-ros --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 656ae91e..84b8b208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ }, { "name": "Setup Common Lisp Environment", - "uses": "40ants/setup-lisp@v2", + "uses": "40ants/setup-lisp@fix-test-ros", "with": { "asdf-system": "reblocks" }