fix runtime deps for tests runs

This commit is contained in:
Lion Kortlepel
2023-12-05 15:16:52 +01:00
parent 69e632e6a9
commit bde1f24552
3 changed files with 6 additions and 4 deletions

View File

@@ -108,7 +108,9 @@ jobs:
name: BeamMP-Server-debian-tests
- name: Install Runtime Dependencies
run: bash ./scripts/debian-11/4-install-runtime-deps.sh
run: |
apt-get update -y
apt-get install -y liblua5.3-0
- name: Test
run: |
@@ -126,7 +128,9 @@ jobs:
name: BeamMP-Server-ubuntu-tests
- name: Install Runtime Dependencies
run: bash ./scripts/ubuntu-22.04/4-install-runtime-deps.sh
run: |
apt-get update -y
apt-get install -y liblua5.3-0
- name: Test
run: |

View File

@@ -3,7 +3,6 @@
set -ex
apt-get update -y
apt-get upgrade -y
apt-get install -y liblua5.3-0 curl

View File

@@ -3,7 +3,6 @@
set -ex
apt-get update -y
apt-get upgrade -y
apt-get install -y liblua5.3-0 curl