Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 1d4fb6e commit e0b0b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: build
run: |
PATH=$PATH:"c:/program files/steel bank common lisp"
echo "PATH = $PATH"
ls "c:/program files/steel bank common lisp"
export PATH
./configure --with-lisp=sbcl --with-sbcl="c:/program files/steel bank common lisp/sbcl.exe" --enable-distribution
./configure --with-lisp=sbcl --with-sbcl="c:/program\ files/steel\ bank\ common\ lisp/sbcl.exe" --enable-distribution
make
ls

0 comments on commit e0b0b29

Please sign in to comment.