Typo fix.

This commit is contained in:
David Given 2022-06-26 21:43:57 +02:00
parent 37403f2f7b
commit ad5a8de148

View file

@ -19,7 +19,7 @@ jobs:
- name: brew - name: brew
run: brew install ninja lua luarocks run: brew install ninja lua luarocks
- name: luarocks - name: luarocks
run | run: |
luarocks install luaposix luarocks install luaposix
- name: make - name: make
run: make LUA=lua run: make LUA=lua
@ -44,7 +44,7 @@ jobs:
flex flex
zip zip
- name: luarocks - name: luarocks
run | run: |
luarocks install luaposix luarocks install luaposix
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: build - name: build