aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0c3db1f..f423e8c 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -18,7 +18,7 @@ jobs:
18 - name: build-test 18 - name: build-test
19 run: | 19 run: |
20 brew install luarocks 20 brew install luarocks
21 luarocks install busted 21 sudo luarocks install busted
22 luarocks make 22 luarocks make
23 make test 23 make test
24 - name: luarocks upload 24 - name: luarocks upload