Typo fix.
This commit is contained in:
parent
37403f2f7b
commit
ad5a8de148
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue