🛠️ fix: add luajit installation step
This commit is contained in:
parent
7a8bf022d4
commit
6f369b88bd
2 changed files with 28 additions and 22 deletions
3
.github/workflows/rust_format.yml
vendored
3
.github/workflows/rust_format.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
|||
name: Rust project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: leafo/gh-actions-lua@v10
|
||||
with:
|
||||
luaVersion: 'luajit'
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install minimal stable with clippy and rustfmt
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue