🛠️ fix: add luajit installation step

This commit is contained in:
neon_arch 2023-08-29 20:52:02 +03:00
parent 7a8bf022d4
commit 6f369b88bd
2 changed files with 28 additions and 22 deletions

View file

@ -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