Typo fix.
This commit is contained in:
parent
b98313512a
commit
c4b269b039
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: brew
|
- name: brew
|
||||||
run: brew install ninja lua5.1 luarocks
|
run: brew install ninja lua@5.1 luarocks
|
||||||
- name: luarocks
|
- name: luarocks
|
||||||
run: |
|
run: |
|
||||||
luarocks install lua-posix
|
luarocks install lua-posix
|
||||||
|
|
Loading…
Reference in a new issue