Skip to content

Commit 68c01c3

Browse files
committed
fix(workflows): ensure lua install for nightly
1 parent 209bbc6 commit 68c01c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install Dependencies
2424
run: shards install --production
2525

26+
- name: Install Lua
27+
uses: leafo/gh-actions-lua@v10
28+
2629
- name: Compile Binaries
2730
run: |
2831
crystal build src/main.cr -o geode
@@ -51,6 +54,9 @@ jobs:
5154
- name: Install Dependencies
5255
run: shards install --production
5356

57+
- name: Install Lua
58+
uses: leafo/gh-actions-lua@v10
59+
5460
- name: Compile Binaries
5561
run: |
5662
crystal build src\main.cr -o geode.exe

0 commit comments

Comments
 (0)