fix runtime deps

This commit is contained in:
Lion Kortlepel
2023-12-04 16:07:35 +01:00
parent 4c99f1df00
commit 59be12f7ac

View File

@@ -51,7 +51,9 @@ jobs:
path: ${{github.workspace}}
- name: Install Runtime Dependencies
run: sudo bash ./scripts/debian/4-install-runtime-deps.sh
run: |
sudo apt update -y
sudo apt install -y liblua5.3-0
- name: Test
working-directory: ${{github.workspace}}