aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-10-31 16:10:29 +0800
committerGitHub <noreply@github.com>2023-10-31 16:10:29 +0800
commitca6f13ea62e1fb566a604a00176beb6dda0dcb1a (patch)
tree3b4b16a46afb3668ef240769b5d0951598063ef4 /.github/workflows/ubuntu.yml
parent2dc090daf42d9449b2c63e7167084092d0bd13ac (diff)
downloadyuescript-ca6f13ea62e1fb566a604a00176beb6dda0dcb1a.tar.gz
yuescript-ca6f13ea62e1fb566a604a00176beb6dda0dcb1a.tar.bz2
yuescript-ca6f13ea62e1fb566a604a00176beb6dda0dcb1a.zip
Update ubuntu.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 8915093..a67589f 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -16,7 +16,7 @@ jobs:
16 steps: 16 steps:
17 - uses: actions/checkout@v2 17 - uses: actions/checkout@v2
18 - name: build-test 18 - name: build-test
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 make test 22 make test