aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2024-04-03 17:08:52 +0800
committerGitHub <noreply@github.com>2024-04-03 17:08:52 +0800
commiteb377e14838551c3ac7edbd98a6ad652b4a59ad6 (patch)
treec857ebfbd943e101d677d23d8b5461c7af6a73a5
parent31361fe26ef1a53be5e3fdf2d7afbc4a52780643 (diff)
downloadyuescript-eb377e14838551c3ac7edbd98a6ad652b4a59ad6.tar.gz
yuescript-eb377e14838551c3ac7edbd98a6ad652b4a59ad6.tar.bz2
yuescript-eb377e14838551c3ac7edbd98a6ad652b4a59ad6.zip
Update macos.ymlv0.23.3
-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 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/')