diff options
| author | ruki <[email protected]> | 2021-10-08 22:38:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-08 22:38:13 +0800 |
| commit | 4d37ba57eeff1e86b0546e422ddd51492cf75dad (patch) | |
| tree | 0ceaa019444d44725e27749129e376f037c3f246 /.github/workflows | |
| parent | 02b4fcdadedc04df481c13185b35252ca4d98165 (diff) | |
switch to luajit in this version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows_lua.yml (renamed from .github/workflows/windows_luajit.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_lua.yml index 3b2115beb..3ad8ebf74 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_lua.yml @@ -49,7 +49,7 @@ jobs: - name: Build run: | - xmake f -vD -P core -a ${{ matrix.arch }} --runtime=luajit + xmake f -vD -P core -a ${{ matrix.arch }} --runtime=lua xmake -vD -P core - name: Tests |
