Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dervexdev/setup-roblox-studio
Install Roblox Studio to use in your CI/CD workflow
https://github.com/dervexdev/setup-roblox-studio
actions github-actions roblox roblox-studio shell
Last synced: 3 days ago
JSON representation
Install Roblox Studio to use in your CI/CD workflow
- Host: GitHub
- URL: https://github.com/dervexdev/setup-roblox-studio
- Owner: DervexDev
- License: apache-2.0
- Created: 2024-05-20T12:25:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T15:17:24.000Z (5 months ago)
- Last Synced: 2024-06-06T14:06:30.083Z (5 months ago)
- Topics: actions, github-actions, roblox, roblox-studio, shell
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Roblox Studio
This simple GitHub Action allows you to install Roblox Studio that you can use in your CI/CD workflow.
## Supported OSes
Currently only **macOS** is supported for two reasons:
- **Windows** runners are significantly slower so there is no reason to use them
- Roblox Studio is not officially sported on **Linux**## Authentication
To use Roblox Studio you still have to log in. You can do that by providing `login` and `password` inputs.
> [!WARNING]
> Login process is experimental and has one important drawback - **you can't log in to the account with 2-step verification enabled**.## Inputs
| Name | Default | Description |
| --------- | ------- | ----------------------------------------------------------------- |
| login | `""` | Your account username/email/phone |
| password | `""` | Your account password |
| keep-open | `false` | Whether to keep Roblox Studio open after installation is complete |