Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 26, 2024
1 parent e52f7e1 commit 2eb438b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eb438b

Please sign in to comment.