Skip to content

Commit ff306c1

Browse files
committed
Installing pre-requisites
1 parent 1f5c96c commit ff306c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- name: Code Checkout
2222
uses: actions/checkout@v2
2323

24+
- name: Install Lua
25+
run: sudo apt-get -y install lua5.2
26+
27+
- name: Install Zip
28+
run: sudo apt-get -y install zip
29+
2430
- name: Execute Build
2531
run: make release
2632

0 commit comments

Comments
 (0)