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
|
||||
run: brew install ninja lua luarocks
|
||||
- name: luarocks
|
||||
run |
|
||||
run: |
|
||||
luarocks install luaposix
|
||||
- name: make
|
||||
run: make LUA=lua
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
flex
|
||||
zip
|
||||
- name: luarocks
|
||||
run |
|
||||
run: |
|
||||
luarocks install luaposix
|
||||
- uses: actions/checkout@v3
|
||||
- name: build
|
||||
|
|
Loading…
Reference in a new issue