diff options
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
19 | run: | | 19 | run: | |
20 | brew install luarocks | 20 | brew install luarocks |
21 | sudo luarocks install busted | 21 | sudo luarocks install busted |
22 | luarocks make | 22 | sudo luarocks make |
23 | make test | 23 | make test |
24 | - name: luarocks upload | 24 | - name: luarocks upload |
25 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |