We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209bbc6 commit 68c01c3Copy full SHA for 68c01c3
.github/workflows/nightly.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install Dependencies
24
run: shards install --production
25
26
+ - name: Install Lua
27
+ uses: leafo/gh-actions-lua@v10
28
+
29
- name: Compile Binaries
30
run: |
31
crystal build src/main.cr -o geode
@@ -51,6 +54,9 @@ jobs:
51
54
52
55
53
56
57
58
59
60
61
62
crystal build src\main.cr -o geode.exe
0 commit comments