mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Compare commits
4 commits
45c777c41c
...
9514138b10
Author | SHA1 | Date | |
---|---|---|---|
|
9514138b10 | ||
|
c8884c8eac | ||
|
500c494812 | ||
|
0243efe4ba |
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.2
|
||||
uses: encodedvenom/install-luau@v4.3
|
||||
with:
|
||||
version: '0.651'
|
||||
version: 'latest'
|
||||
verbose: 'true'
|
||||
|
||||
- name: Run Unit Tests
|
||||
|
|
Loading…
Reference in a new issue