From 2eb438be8986e569819edd9229858d5238a39eee Mon Sep 17 00:00:00 2001 From: Riccardo Mazzarini Date: Fri, 27 Dec 2024 01:25:46 +0800 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3702265..1dc074c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,13 +24,8 @@ jobs: with: neovim: true version: v0.10.2 - - name: Build LuaJIT - run: | - git clone --depth 1 --branch v2.1 https://github.com/LuaJIT/LuaJIT - cd LuaJIT - make - echo "LUA_LIB=$PWD/src" >> $GITHUB_ENV - echo "LUA_LIB_NAME=luajit" >> $GITHUB_ENV + - name: Install LuaJIT + run: sudo apt-get update && sudo apt-get install -y luajit libluajit-5.1-dev - name: Install latest stable `rustc` uses: dtolnay/rust-toolchain@stable - name: Test