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 cbeb7ea commit 6c1403c
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 (x86)/Steel Bank Common Lisp"
ls "C:/Program Files (x86)/Steel Bank Common Lisp"
export PATH
./configure --with-lisp=sbcl --enable-distribution
make
Expand Down

0 comments on commit 6c1403c

Please sign in to comment.