Skip to content

Commit

Permalink
Inherit PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jun 20, 2024
1 parent 496e822 commit cb7d4c4
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 @@ -47,6 +47,7 @@ jobs:
env:
SBCL_SRC: ${{ github.workspace }}/../sbcl
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 cb7d4c4

Please sign in to comment.