Skip to content

Commit

Permalink
more trick
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 33410b7 commit 7b064bc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:

runs-on: windows-latest

defaults:
run:
shell: msys2 {0}
#defaults:
# run:
# shell: msys2 {0}

steps:
- uses: actions/checkout@v1
Expand All @@ -21,12 +21,14 @@ jobs:
shell: pwsh
run: |
choco install sbcl
- name: build
- name: configure
shell: msys2 {0}
run: |
PATH=$PATH:"/c/program files/steel bank common lisp"
echo "PATH = $PATH"
export PATH
ls "/c/program files/steel bank common lisp"
./configure --with-lisp=sbcl --with-sbcl=sbcl.exe --enable-windows --enable-distribution
make
ls
- name: build
shell: pwsh
run: make

0 comments on commit 7b064bc

Please sign in to comment.