Skip to content

Doesn't really work but I'll try again later. #39

Doesn't really work but I'll try again later.

Doesn't really work but I'll try again later. #39

Workflow file for this run

name: Build
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Alpine
uses: jirutka/setup-alpine@v1
with:
packages: >
build-base
luajit-dev
- name: Build library
run: make
shell: alpine.sh {0}