Hello everyone and Happy New Year!
I've recently updated the PicoLisp "GitHub Action" to help build/test
applications automatically with pil21:
https://github.com/marketplace/actions/picolisp-action
The latest is v3, which completely removes support for 32-bit picolisp, and
other 64-bit PicoLisps which are _not_ pil21. In other words, only pil21 can be
built/tested with this CI action. This version of pil21 is built on
ubuntu-latest (ubuntu 22.04) using LLVM-14.
For building/testing with the older versions of PicoLisp, please use the v2
action and specify an older ubuntu in your workflow.yml (or main.yml or
whatever).
Example:
runs-on: ubuntu-18.04 # (this is deprecated btw)
or
runs-on: ubuntu-20.04
For an example workflow which uses this new picolisp-action v3, have a look
here:
https://github.com/aw/picolisp-supervisor/blob/master/.github/workflows/main.yml
Please let me know if you have any questions.
Cheers,
AW
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe