From 16204b7c5b4c2c6d63be866546ea6a07b1d7e9bd Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 23 Jul 2021 09:12:10 -0700 Subject: [PATCH] Add action --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..ca14074 --- /dev/null +++ b/action.yml @@ -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