mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-03-25 19:40:17 +00:00
fix luarocksVersion in daily workflow
This commit is contained in:
parent
d1221df9fb
commit
1daae46f65
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: MALCO's Daily Challenge
|
name: "MALCO's Daily Challenge"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: leafo/gh-actions-lua@v8.0.0
|
- uses: leafo/gh-actions-lua@v8.0.0
|
||||||
- uses: leafo/gh-actions-luarocks@v4.0.0
|
- uses: leafo/gh-actions-luarocks@v4.0.0
|
||||||
with:
|
with:
|
||||||
luarocksVersion: 3.0
|
luarocksVersion: "3.0.4"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: 'stable'
|
ref: 'stable'
|
||||||
|
|
Loading…
Reference in a new issue