Skip to content

Commit

Permalink
no suffix on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 8, 2024
1 parent 1dcaffe commit 788b48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
- nosuffix: -
- nosuffix: ""
target: x86-64
image: 'glibc2.19-sbcl2.0.0:1'
lisp: 'sbcl-bin/2.0.0'
cc: 'cc -std=gnu99'
- nosuffix: -
- nosuffix: ""
target: x86
image: 'glibc2.19-sbcl2.0.0:1'
lisp: sbcl-bin/2.0.0
Expand Down

0 comments on commit 788b48f

Please sign in to comment.