Add action

This commit is contained in:
Joshua Bell 2021-07-23 09:12:10 -07:00
parent d782188f4f
commit 16204b7c5b
1 changed files with 9 additions and 0 deletions

9
action.yml Normal file
View File

@ -0,0 +1,9 @@
name: 'Build and Install Cadius'
description: 'Builds and installs the Cadius tool for Apple II ProDOS disk images'
runs:
using: "composite"
steps:
- run: >
git clone https://github.com/mach-kernel/cadius /tmp/cadius &&
make -C /tmp/cadius &&
sudo make -C /tmp/cadius install