Skip to content

Commit

Permalink
ci: Enable windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Oct 23, 2023
1 parent f741a88 commit f280d28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
fail-fast: false
matrix:
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
platform: [ "ubuntu-20.04", "macos-11" ] # "windows-2022" not supported by gh-actions-lua
platform: [ "ubuntu-20.04", "macos-11", "windows-2022" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare ‘lua’
uses: ilammy/msvc-dev-cmd@v1
- name: Setup ‘lua’
uses: leafo/gh-actions-lua@v9
uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.luaVersion }}
- name: Setup ‘luarocks’
Expand Down

0 comments on commit f280d28

Please sign in to comment.