Yet another typo fix.

This commit is contained in:
David Given 2022-06-26 22:25:02 +02:00
parent 316bd318a3
commit 9b533fcf5f

View file

@ -20,7 +20,7 @@ jobs:
run: brew install ninja lua@5.1 luarocks run: brew install ninja lua@5.1 luarocks
- name: luarocks - name: luarocks
run: | run: |
luarocks install --lua-version 5.1 lua-posix luarocks install --lua-version 5.1 luaposix
- name: make - name: make
run: make LUA=lua run: make LUA=lua
@ -45,7 +45,7 @@ jobs:
zip zip
- name: luarocks - name: luarocks
run: | run: |
/mingw32/bin/luarocks --lua-version 5.1 install lua-posix /mingw32/bin/luarocks --lua-version 5.1 install luaposix
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: build - name: build
run: | run: |