Workflows: Install Lua 5.4

This commit is contained in:
Ry 2023-07-11 15:57:11 -07:00
parent 6a9dc85d81
commit e647c5835b

View File

@ -36,6 +36,11 @@ jobs:
workflow: tools-unstable-linux.yml
workflow_conclusion: success
- name: Install lua5.4
run: |
sudo apt update
sudo apt install -y lua5.4
- name: Build
run: |
mkdir ../fox32rom