diff options
author | Li Jin <dragon-fly@qq.com> | 2024-04-03 17:08:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 17:08:52 +0800 |
commit | eb377e14838551c3ac7edbd98a6ad652b4a59ad6 (patch) | |
tree | c857ebfbd943e101d677d23d8b5461c7af6a73a5 | |
parent | 31361fe26ef1a53be5e3fdf2d7afbc4a52780643 (diff) | |
download | yuescript-eb377e14838551c3ac7edbd98a6ad652b4a59ad6.tar.gz yuescript-eb377e14838551c3ac7edbd98a6ad652b4a59ad6.tar.bz2 yuescript-eb377e14838551c3ac7edbd98a6ad652b4a59ad6.zip |
Update macos.ymlv0.23.3
-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/') |