Skip to content

Commit

Permalink
fix runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Dec 4, 2023
1 parent 4c99f1d commit 59be12f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 59be12f

Please sign in to comment.