diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 500c8f61..de06b396 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -76,7 +76,7 @@ jobs: cmake --install . popd popd - gcc -Wall -o example example.c -lcalc -lsbcl_librarian + gcc -Wall -o example example.c -lcalc echo "(+ 1 2)" | ./example | tr -d '\n' | grep "> 3> " echo "(+ 1 2)" | python ./example.py | tr -d '\n' | grep "> 3> " python ./exhaust_heap.py | grep "returned to Python after heap exhaustion (attempt 1)" \ No newline at end of file diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 06d429de..efefc8d3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,6 +19,7 @@ build: script_env: - SBCL_SRC - LIBRARY_PATH + - LD_LIBRARY_PATH # [not osx] - DYLD_LIBRARY_PATH # [osx] requirements: