We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e548d23 commit 5715079Copy full SHA for 5715079
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
steps:
25
# This action checks out our code in the working directory
26
- uses: actions/checkout@v2
27
+ # Create LISP environement variable for 40ants/setup-lisp
28
+ - name: Set LISP env var
29
+ run: echo "LISP=${{ matrix.lisp }}" >> $GITHUB_ENV
30
# This action installs roswell and a few other utilities such as qlot
31
- uses: 40ants/setup-lisp@v2
32
0 commit comments