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 b2c0e62 commit efacccf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
nvim --version
ls -la /home/runner/nvim-v0.10.2/lib
ls -la /home/runner/nvim-v0.10.2/lib/nvim
- name: Find LuaJIT files
run: find /home/runner/nvim-v0.10.2 -name "libluajit*"
- name: Find LuaJIT files frfr
run: ldd $(which nvim)
- name: Set LuaJIT env vars
- name: Build LuaJIT
run: |
echo "LUA_LIB=/home/runner/nvim-v0.10.2/lib/nvim" >> $GITHUB_ENV
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 latest stable `rustc`
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit efacccf

Please sign in to comment.