Skip to content

only run the problem workflow #80

only run the problem workflow

only run the problem workflow #80

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
lua: ["5.1"]
steps:
- uses: actions/checkout@v3
- name: Install MSVC Compiler Toolchain
uses: ilammy/msvc-dev-cmd@v1
- name: Install Lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.lua }}
- name: Install Luarocks
# NOTE: This is a fork with Windows support
uses: hishamhm/gh-actions-luarocks@master
- name: Build
run: |
luarocks make
- name: Test
run: |
luarocks test