diff options
author | Li Jin <dragon-fly@qq.com> | 2023-12-13 17:31:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 17:31:55 +0800 |
commit | de5fdb3e3f739582e40500cca9ff4bf6a4fc192f (patch) | |
tree | 661234317a61520f815fe309d39c5d35d5774064 | |
parent | 932508ee13048d66867b82ad85743f071a5b7999 (diff) | |
download | yuescript-de5fdb3e3f739582e40500cca9ff4bf6a4fc192f.tar.gz yuescript-de5fdb3e3f739582e40500cca9ff4bf6a4fc192f.tar.bz2 yuescript-de5fdb3e3f739582e40500cca9ff4bf6a4fc192f.zip |
Update ubuntu.yml
-rw-r--r-- | .github/workflows/ubuntu.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a67589f..f3c8017 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml | |||
@@ -19,6 +19,7 @@ jobs: | |||
19 | run: | | 19 | run: | |
20 | sudo apt install -y lua5.4 liblua5.4-dev luarocks | 20 | sudo apt install -y lua5.4 liblua5.4-dev luarocks |
21 | sudo luarocks --lua-version 5.4 install busted | 21 | sudo luarocks --lua-version 5.4 install busted |
22 | sudo luarocks make | ||
22 | make test | 23 | make test |
23 | - name: pack | 24 | - name: pack |
24 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |