Skip to content

Commit

Permalink
More windows
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 6c1403c commit 6548c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
choco install sbcl
- name: build
run: |
PATH=$PATH:"C:/Program Files (x86)/Steel Bank Common Lisp"
ls "C:/Program Files (x86)/Steel Bank Common Lisp"
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
make
Expand Down

0 comments on commit 6548c95

Please sign in to comment.