From 9f32065a8b807265e3c8e1c8ea9474175f741ef1 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Fri, 5 Jul 2024 14:31:59 -0700 Subject: [PATCH] Git status --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4e4d0542..78004659 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -41,6 +41,7 @@ jobs: PATH=$PATH:"/c/Program Files/Steel Bank Common Lisp/1.4.14" export PATH cat src/runtime/Config.x86-64-win32 + git status cat src/runtime/hopscotch.c if [ "clang" = "${{ matrix.cc }}" ]; then git apply --verbose '${{ github.workspace }}\patches\win32-clang-build.patch'; fi CC=${{ matrix.cc }} ./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger' --with-sb-linkable-runtime