try different version
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@feature-compile-ci
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: start-message
|
- name: start-message
|
||||||
run: echo Starting compilation
|
run: echo Starting compilation
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: setup-lua
|
- name: setup-lua
|
||||||
uses: leafo/gh-actions-lua@v9
|
uses: leafo/gh-actions-lua@v9
|
||||||
with:
|
with:
|
||||||
luaVersion: "5.1.0"
|
luaVersion: "5.1"
|
||||||
|
|
||||||
- name: setup-luarocks
|
- name: setup-luarocks
|
||||||
uses: leafo/gh-actions-luarocks@v4
|
uses: leafo/gh-actions-luarocks@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user