cc65's 'make avail' now fails unless all targets were built. Create links explicitly for ca65/ld65 only.
This action will build and install the cc65 assembler components (ca65, ld65).
ca65
ld65
The action has no inputs or outputs.
name: build on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: a2stuff/build-install-ca65-action@v1 - name: build run: | ca65 -o example.o example.s ld65 --config example.cfg -o example example.o