Copy assembler binary

This commit is contained in:
Terence Boldt 2021-10-30 21:08:52 -04:00
parent db23b6fff6
commit 4dad13c607
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
git clone https://github.com/cc65/cc65.git
cd cc65
make
cp bin/ca65 ../Apple2-IO-RPi/Apple2
- name: Build
run: |