mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Compare commits
No commits in common. "c8884c8eac932b3c41363b7c1960dca4d2190ec1" and "f8b3772bcef55f712ec5fbb84a4eebff8b4bbf90" have entirely different histories.
c8884c8eac
...
f8b3772bce
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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Luau
|
- name: Install Luau
|
||||||
uses: encodedvenom/install-luau@v4.3
|
uses: encodedvenom/install-luau@v4.2
|
||||||
with:
|
with:
|
||||||
version: 'latest'
|
version: '0.651'
|
||||||
verbose: 'true'
|
verbose: 'true'
|
||||||
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
|
|
Loading…
Reference in a new issue