Skip to content

Commit

Permalink
Install library only when needed.
Browse files Browse the repository at this point in the history
The compression library is only needed when we are using
SBCL. Otherwise, we don't need to install it.
  • Loading branch information
rpgoldman committed Jul 6, 2022
1 parent 7191b16 commit 92c9cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
steps:
- name: Collect prerequisites
shell: bash
if: ${{ $lisp == "sbcl" }}
run: |
apt-get update && apt-get install -y zlib1g-dev
Expand Down

0 comments on commit 92c9cea

Please sign in to comment.