aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-07-24 17:43:51 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-07-24 17:43:51 +0200
commit8d6ff5192228c9225e66c650f83bb7c2da005ab2 (patch)
tree36358748b9595300d568b5a3e4ec476efaea76cb /.github/workflows
parent4d86012d968925fcf8bcc263e4942781eab1cb31 (diff)
Copy lua54.dll during CI test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 84c85457f..977468f5e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -207,6 +207,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
+ copy vendor\lua\5.4\windows\*.dll .
odin test tests/vendor -all-packages -define:ODIN_TEST_FANCY=false
- name: Odin internals tests
shell: cmd