From ad5a8de14818618c0783823ae53eca45ece85f6b Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 26 Jun 2022 21:43:57 +0200 Subject: [PATCH] Typo fix. --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index ebca00581..6b588c7d7 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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