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