Skip to content

Commit 5715079

Browse files
Explicitly set LISP environment variable
1 parent e548d23 commit 5715079

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
steps:
2525
# This action checks out our code in the working directory
2626
- 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
2730
# This action installs roswell and a few other utilities such as qlot
2831
- uses: 40ants/setup-lisp@v2
2932

0 commit comments

Comments
 (0)