mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Pin luau version to 0.651
This commit is contained in:
parent
ea7c118db6
commit
0108c6ffc6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/unit-testing.yaml
vendored
4
.github/workflows/unit-testing.yaml
vendored
|
@ -13,7 +13,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Luau
|
||||
uses: encodedvenom/install-luau@v2.1
|
||||
uses: encodedvenom/install-luau@v4
|
||||
with:
|
||||
version: '0.651'
|
||||
|
||||
- name: Run Unit Tests
|
||||
id: run_tests
|
||||
|
|
Loading…
Reference in a new issue