mirror of
https://github.com/a2stuff/build-install-cadius-action.git
synced 2025-08-16 01:27:30 +00:00
Add action
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal 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
|
Reference in New Issue
Block a user