Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 6548c95 commit dc56dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
- name: save binary
uses: actions/upload-artifact@v4
with:
name: cafeobj-1.6.2-sbcl-${{ matrix.arch }}-darwin
path: cafeobj-1.6.2-sbcl-*Darwin.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
PATH=$PATH:"c:/program files/steel bank common lisp"
ls "c:/program files/steel bank common lisp"
export PATH
./configure --with-lisp=sbcl --enable-distribution
./configure --with-lisp=sbcl --with-sbcl=sbcl.exe --enable-distribution
make
ls

0 comments on commit dc56dd1

Please sign in to comment.