Skip to content

Commit

Permalink
Fix conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Jul 6, 2022
1 parent 92c9cea commit 8d75dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- name: Collect prerequisites
shell: bash
if: ${{ $lisp == "sbcl" }}
if: ${{ lisp == 'sbcl' }}
run: |
apt-get update && apt-get install -y zlib1g-dev
Expand Down

0 comments on commit 8d75dd1

Please sign in to comment.