Copy assembler binary

This commit is contained in:
Terence Boldt 2021-10-30 21:08:52 -04:00 committed by GitHub
parent 2148d651df
commit 5dca462d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: |