mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
fix runtime deps
This commit is contained in:
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user