2024-10-16 15:31:58 +02:00
|
|
|
---
|
|
|
|
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:
|
2024-10-16 20:01:37 +02:00
|
|
|
using: 'composite'
|
|
|
|
steps:
|
2024-10-16 20:02:10 +02:00
|
|
|
- run: $GITHUB_ACTION_PATH/install.sh
|
2024-10-16 20:01:37 +02:00
|
|
|
shell: bash
|
2024-10-16 15:31:58 +02:00
|
|
|
branding:
|
|
|
|
icon: 'code'
|
2025-02-08 21:04:45 +01:00
|
|
|
color: 'yellow'
|