Skip to content

Commit

Permalink
Maybe fix working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jan 25, 2024
1 parent a2d7b0e commit d4067f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
shell: msys2 {0}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v1
with:
repository: 'sbcl/sbcl'
Expand All @@ -19,13 +20,13 @@ jobs:
install: mingw-w64-x86_64-gcc make diffutils git cmake
- name: install host sbcl
shell: pwsh
working-directory: sbcl
working-directory: ./sbcl
run: |
choco install sbcl -source tools-for-build
- name: build sbcl and libsbcl
env:
SBCL_HOME: "/c/Program Files/Steel Bank Common Lisp/1.4.14"
working-directory: sbcl
working-directory: ./sbcl
run: |
PATH=$PATH:"/c/Program Files/Steel Bank Common Lisp/1.4.14"
export PATH
Expand Down

0 comments on commit d4067f4

Please sign in to comment.