Skip to content

bump lua 5.4 version to 5.4.7 in CI #27

bump lua 5.4 version to 5.4.7 in CI

bump lua 5.4 version to 5.4.7 in CI #27

Workflow file for this run

name: test
on:
push:
branches:
- "**"
pull_request:
- "**"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
lua-version: ["5.1.5", "5.2.4", "5.3.6", "5.4.7"]
steps:
- uses: actions/checkout@master
- uses: leafo/[email protected]
with:
luaVersion: ${{ matrix.lua-version }}
- uses: actions/setup-node@master
- uses: actions/checkout@master
with:
repository: "leodev-xyz/yuescript-wasm"
path: "yuescript-wasm"
- name: build
run: |
node yuescript-wasm/cli.js luapack.yue
lua luapack.lua luapack.lua
lua luapack.packed.lua luapack.lua
rm -rf lib
lua luapack.packed.lua luapack.lua