From d4d9a6db99b94201f7196086212cf2e012f4abb9 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Tue, 14 May 2024 12:17:10 -0700 Subject: [PATCH] Try unix2dos --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0a55d535..7f37354e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 @@ -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