Typo fix.

This commit is contained in:
David Given 2022-07-15 00:15:33 +02:00
parent 877915da61
commit 3fb6498262

View file

@ -10,7 +10,7 @@ jobs:
- name: apt
run: sudo apt update && sudo apt install bison flex ninja-build luajit
- name: make
run: make LUA=lua
run: make
build-macos:
runs-on: macos-latest