github actions: install dependencies

This commit is contained in:
Enno Rehling 2021-06-22 08:26:44 +02:00
parent fdf4e18ae6
commit 2ad6d442fe
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install libexpat1-dev libtolua-dev libncurses5-dev libsqlite3-dev libiniparser-dev libcjson-dev libbsd-dev cppcheck shellcheck luarocks
- name: Run .travis.yml build script - name: Run .travis.yml build script
uses: ktomk/run-travis-yml@v1 uses: ktomk/run-travis-yml@v1
with: with: