Skip to content

Commit 8b79a4c

Browse files
committed
WIP
1 parent f740cfe commit 8b79a4c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
run: |
4949
iwr -useb get.scoop.sh | iex
5050
scoop install pkg-config luajit
51-
where.exe pkg-config
52-
refreshenv
53-
where.exe pkg-config
51+
pkg-config --list-all
5452
echo "$HOME\scoop\apps\luajit\current" >> $env:GITHUB_PATH
5553
echo "$HOME\scoop\apps\pkg-config\current\bin" >> $env:GITHUB_PATH
5654
- name: Install latest stable `rustc`

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ thiserror = { workspace = true }
2121
nvim-oxi = { path = "..", features = ["libuv", "mlua", "test"] }
2222

2323
[target.'cfg(any(target_os = "windows", target_env = "msvc"))'.dependencies]
24-
nvim-oxi = { path = "..", features = ["mlua", "test"] }
24+
nvim-oxi = { path = "..", features = ["mlua", "test", "__vendored_luajit"] }
2525

2626
[build-dependencies]
2727
nvim-oxi = { path = "..", features = ["test"] }

0 commit comments

Comments
 (0)