mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Compare commits
1 commit
9514138b10
...
45c777c41c
Author | SHA1 | Date | |
---|---|---|---|
|
45c777c41c |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-testing.yaml
vendored
4
.github/workflows/unit-testing.yaml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Luau
|
||||
uses: encodedvenom/install-luau@v4.3
|
||||
uses: encodedvenom/install-luau@v4.2
|
||||
with:
|
||||
version: 'latest'
|
||||
version: '0.651'
|
||||
verbose: 'true'
|
||||
|
||||
- name: Run Unit Tests
|
||||
|
|
Loading…
Reference in a new issue