mirror of
https://github.com/Ukendio/jecs.git
synced 2026-02-04 15:15:21 +00:00
Install luau via rokit
This commit is contained in:
parent
73fd3dd858
commit
c24b1d29fd
2 changed files with 1 additions and 6 deletions
6
.github/workflows/unit-testing.yaml
vendored
6
.github/workflows/unit-testing.yaml
vendored
|
|
@ -15,12 +15,6 @@ jobs:
|
|||
- name: Install Rokit
|
||||
uses: CompeyDev/setup-rokit@v0.1.2
|
||||
|
||||
- name: Install Luau
|
||||
uses: encodedvenom/install-luau@v4.3
|
||||
with:
|
||||
version: "0.667"
|
||||
verbose: "true"
|
||||
|
||||
- name: Run Unit Tests
|
||||
id: run_tests
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ rojo = "rojo-rbx/rojo@7.4.4"
|
|||
stylua = "johnnymorganz/stylua@2.0.1"
|
||||
Blink = "1Axen/Blink@0.14.1"
|
||||
wally-package-types = "JohnnyMorganz/wally-package-types@1.4.2"
|
||||
luau = "luau-lang/luau@0.701"
|
||||
|
|
|
|||
Loading…
Reference in a new issue