From eb377e14838551c3ac7edbd98a6ad652b4a59ad6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 3 Apr 2024 17:08:52 +0800 Subject: Update macos.yml --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f423e8c..6dede90 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: run: | brew install luarocks sudo luarocks install busted - luarocks make + sudo luarocks make make test - name: luarocks upload if: startsWith(github.ref, 'refs/tags/') -- cgit v1.2.3-55-g6feb