diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index b6f085e..ad4192e 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -10,14 +10,12 @@ jobs: matrix: lua_version: ["luajit", "5.1", "5.4"] operating_system: ["ubuntu-latest", "macos-latest", "windows-latest"] - name: "${{matrix.lua_version}}" + name: ${{matrix.operating_system}}-${{matrix.lua_version}} steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup - uses: leafo/gh-actions-lua@v11 + - uses: actions/checkout@v4 + - uses: ilammy/msvc-dev-cmd@v1 + - uses: leafo/gh-actions-lua@v11 with: luaVersion: ${{matrix.lua_version}} - - name: Run - run: | + - run: | lua ./develop/all.lua