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 b24e4a9 commit b2c0e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
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
run: |
echo "LUA_LIB=/home/runner/nvim-v0.10.2/lib/nvim" >> $GITHUB_ENV
Expand Down

0 comments on commit b2c0e62

Please sign in to comment.