Skip to content

Commit

Permalink
stupid apt
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 9918890 commit c782181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
options: -v ${{ github.workspace }}:/work
run: |
apt update
apt install gcc
apt install -y gcc
cd /work/repo
./configure --with-lisp=sbcl --enable-distribution
make
Expand Down

0 comments on commit c782181

Please sign in to comment.