Skip to content

Commit

Permalink
Need gcc for 32/64bit detection
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent c72ef0e commit 9918890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
image: fukamachi/sbcl
options: -v ${{ github.workspace }}:/work
run: |
apt update
apt install gcc
cd /work/repo
./configure --with-lisp=sbcl --enable-distribution
make
Expand Down

0 comments on commit 9918890

Please sign in to comment.