mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-15 12:19:47 +07:00
windows ci fix
This commit is contained in:
12
.github/workflows/all.yml
vendored
12
.github/workflows/all.yml
vendored
@@ -10,14 +10,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
lua_version: ["luajit", "5.1", "5.4"]
|
lua_version: ["luajit", "5.1", "5.4"]
|
||||||
operating_system: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
operating_system: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||||
name: "${{matrix.lua_version}}"
|
name: ${{matrix.operating_system}}-${{matrix.lua_version}}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- name: Setup
|
- uses: leafo/gh-actions-lua@v11
|
||||||
uses: leafo/gh-actions-lua@v11
|
|
||||||
with:
|
with:
|
||||||
luaVersion: ${{matrix.lua_version}}
|
luaVersion: ${{matrix.lua_version}}
|
||||||
- name: Run
|
- run: |
|
||||||
run: |
|
|
||||||
lua ./develop/all.lua
|
lua ./develop/all.lua
|
||||||
|
|||||||
Reference in New Issue
Block a user