Skip to content

Commit

Permalink
Fix roswell for new SBCL.
Browse files Browse the repository at this point in the history
SBCL has changed the library it uses for core compression, causing
build failures if that library is not installed.
  • Loading branch information
rpgoldman committed Jul 6, 2022
1 parent c6ca1b3 commit 9a14bd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
# - abcl ABCL install from Roswell does not work

steps:
- name: Collect prerequisites
shell: bash
run: |
apt install zlib1g-dev
- uses: actions/checkout@v2

- name: Checkout submodules
Expand Down

0 comments on commit 9a14bd1

Please sign in to comment.