aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2024-04-03 17:06:35 +0800
committerGitHub <noreply@github.com>2024-04-03 17:06:35 +0800
commit31361fe26ef1a53be5e3fdf2d7afbc4a52780643 (patch)
tree812642ca5bb775de4192444c9ebe07d6d5cce343
parent6b204d11ad8426bb179ae3be1e71d30f08e3b375 (diff)
downloadyuescript-31361fe26ef1a53be5e3fdf2d7afbc4a52780643.tar.gz
yuescript-31361fe26ef1a53be5e3fdf2d7afbc4a52780643.tar.bz2
yuescript-31361fe26ef1a53be5e3fdf2d7afbc4a52780643.zip
Update macos.yml
-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