16 lines
364 B
YAML
16 lines
364 B
YAML
---
|
|
name: "Setup Beef"
|
|
description: "Set up the latest Beef nightly and add BeefBuild to the PATH."
|
|
author: "Booklordofthedings"
|
|
inputs:
|
|
outputs:
|
|
beef-path:
|
|
description: "The absolute path to the BeefBuild executable."
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- run: $GITHUB_ACTION_PATH/install.sh
|
|
shell: bash
|
|
branding:
|
|
icon: 'code'
|
|
color: 'yellow'
|