Skip to content

Commit

Permalink
[ci] install CL
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jan 22, 2025
1 parent 77bca27 commit 89549a6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ jobs:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- uses: actions/checkout@v4
- id: foo
uses: fosskers/[email protected]
- name: Clone the Project
uses: actions/checkout@v4

- name: Test Common Lisp
id: foo
uses: fosskers/[email protected]
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"

0 comments on commit 89549a6

Please sign in to comment.