Workflows: Install Lua 5.4
This commit is contained in:
parent
6a9dc85d81
commit
e647c5835b
5
.github/workflows/fox32os-unstable.yml
vendored
5
.github/workflows/fox32os-unstable.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user