Build and install the assembler components of cc65
Go to file
Joshua Bell c30c9e08b5 Defined workflow 2021-07-23 09:24:39 -07:00
LICENSE Initial commit 2021-07-23 09:21:16 -07:00
README.md Defined workflow 2021-07-23 09:24:39 -07:00
action.yml Defined workflow 2021-07-23 09:24:39 -07:00

README.md

Build & Install ca65 Action

This action will build and install the cc65 assembler components (ca65, ld65).

  • The tip-of-tree version from https://github.com/cc65/cc65 is used.
  • Targets are built and installed, so later steps can use the ca65 and ld65 commands directly.

The action has no inputs or outputs.