Change github action rojo url

This commit is contained in:
2025-09-20 08:27:47 +02:00
committed by GitHub
parent e6edb7f451
commit 9f93a135a2

View File

@@ -32,7 +32,7 @@ jobs:
# 5. Installer Rojo (CLI)
- name: Install Rojo
run: |
curl -L https://github.com/rojo-rbx/rojo/releases/download/v7.4.1/rojo-7.4.1-linux.zip -o rojo.zip
curl -L https://github.com/rojo-rbx/rojo/releases/download/v7.5.1/rojo-7.5.1-linux-x86_64.zip -o rojo.zip
unzip rojo.zip -d rojo
sudo mv rojo/rojo /usr/local/bin/rojo
rojo --version