From 316bd318a3e3193e0e191e42dacfb37a336eee11 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 26 Jun 2022 22:21:39 +0200 Subject: [PATCH] Try different luarocks version syntax. --- .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 53724e048..06482a0e8 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -20,7 +20,7 @@ jobs: run: brew install ninja lua@5.1 luarocks - name: luarocks run: | - luarocks install --lua-dir=/usr/local/opt/lua@5.1 lua-posix + luarocks install --lua-version 5.1 lua-posix - name: make run: make LUA=lua @@ -45,7 +45,7 @@ jobs: zip - name: luarocks run: | - /mingw32/bin/luarocks install lua-posix + /mingw32/bin/luarocks --lua-version 5.1 install lua-posix - uses: actions/checkout@v3 - name: build run: |