Skip to content

Commit

Permalink
Git status
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jul 5, 2024
1 parent b1a5cb9 commit 9f32065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f32065

Please sign in to comment.