diff options
| author | Li Jin <dragon-fly@qq.com> | 2023-12-13 17:38:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 17:38:44 +0800 |
| commit | 5490a7cf22a75653a2b1fca20470f7f0c4ae9ca8 (patch) | |
| tree | 4c14dce69b2a6d4d3339a1bd043b4450c2d9e22d | |
| parent | 3c4cbff4d88892f153b70ccbbc69d1087ecbcc49 (diff) | |
| download | yuescript-5490a7cf22a75653a2b1fca20470f7f0c4ae9ca8.tar.gz yuescript-5490a7cf22a75653a2b1fca20470f7f0c4ae9ca8.tar.bz2 yuescript-5490a7cf22a75653a2b1fca20470f7f0c4ae9ca8.zip | |
Update ubuntu.yml
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index f3c8017..ef44fcc 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml | |||
| @@ -19,7 +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 | sudo luarocks --lua-version 5.4 make |
| 23 | make test | 23 | make test |
| 24 | - name: pack | 24 | - name: pack |
| 25 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |
