ci: Update Github Actions workflows (#9774)

This commit is contained in:
sfan5
2020-05-02 12:52:51 +02:00
committed by GitHub
parent e0ea87f1f3
commit 61d93988d8
6 changed files with 38 additions and 39 deletions

View File

@@ -13,12 +13,12 @@ on:
jobs:
luacheck:
name: "Builtin Luacheck and Unit Tests"
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install luarocks
run: |
sudo apt-get update -qyy
sudo apt-get install luarocks -qyy
- name: Install luarocks tools