Skip to content

Commit

Permalink
Try unix2dos
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed May 14, 2024
1 parent 35d9ea3 commit d4d9a6d
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 @@ -20,7 +20,7 @@ jobs:
path: sbcl
- uses: msys2/setup-msys2@v2
with:
install: mingw-w64-x86_64-gcc make diffutils git python3
install: mingw-w64-x86_64-gcc make diffutils git python3 dos2unix

- name: install host sbcl
shell: pwsh
Expand All @@ -34,6 +34,7 @@ jobs:
run: |
PATH=$PATH:"/c/Program Files/Steel Bank Common Lisp/1.4.14"
export PATH
unix2dos ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
git apply ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger' --with-sb-linkable-runtime
- name: install quicklisp
Expand Down

0 comments on commit d4d9a6d

Please sign in to comment.