Skip to content

Commit

Permalink
Cat patched files pre-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jul 5, 2024
1 parent 4a5c8ac commit b1a5cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
PATH=$PATH:"/c/Program Files/Steel Bank Common Lisp/1.4.14"
export PATH
cat src/runtime/Config.x86-64-win32
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
- name: install quicklisp
Expand Down

0 comments on commit b1a5cb9

Please sign in to comment.