Skip to content

Commit

Permalink
Inherit MSYS PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jun 12, 2024
1 parent 7b2fa49 commit bda3d3c
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 @@ -50,6 +50,7 @@ jobs:
LD_LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime;${{ github.workspace }}/examples/libcalc
PATH: ${{ github.workspace }}/../sbcl/src/runtime;${{ github.workspace }}/examples/libcalc
CL_SOURCE_REGISTRY: "${{ github.workspace }}//"
MSYS2_PATH_TYPE: inherit
run: |
$SBCL_SRC/run-sbcl.sh --script script.lisp
gcc -Wall -fPIC -shared -Wl,--export-all-symbols -o libcalc.dll libcalc.c -Wl,--whole-archive $SBCL_SRC/src/runtime/libsbcl.a -Wl,--no-whole-archive -ladvapi32 -lsynchronization -lws2_32 -lzstd
Expand Down

0 comments on commit bda3d3c

Please sign in to comment.