Skip to content

Commit

Permalink
Run pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jan 25, 2024
1 parent 1c5f4c3 commit ad9d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mv src/runtime/libsbcl.so src/runtime/libsbcl.dll
- name: build example
working-directory: examples/smart-libraries
run:
run: |
mkdir build
../../../sbcl/run-sbcl.sh --dynamic-space-size 8192 --load generate-libbase.lisp
../../../sbcl/run-sbcl.sh --dynamic-space-size 8192 --load generate.lisp

0 comments on commit ad9d19c

Please sign in to comment.