From 89549a6aedd2327c3774cd503693c3c879cd05db Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 23 Jan 2025 07:04:03 +0900 Subject: [PATCH] [ci] install CL --- .github/workflows/main.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6f4964e..3490c4c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,12 +5,11 @@ jobs: runs-on: ubuntu-latest name: A job to say hello steps: - - uses: actions/checkout@v4 - - id: foo - uses: fosskers/cl-action@v0.0.1 + - name: Clone the Project + uses: actions/checkout@v4 + + - name: Test Common Lisp + id: foo + uses: fosskers/cl-action@v0.0.2 with: - who-to-greet: "Mona the Octocat" - - run: echo random-number "$RANDOM_NUMBER" - shell: bash - env: - RANDOM_NUMBER: ${{ steps.foo.outputs.random-number }} + compiler: "sbcl"