summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_luajit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows_luajit.yml')
-rw-r--r--.github/workflows/windows_luajit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml
index 0952c965d..7ee173e24 100644
--- a/.github/workflows/windows_luajit.yml
+++ b/.github/workflows/windows_luajit.yml
@@ -50,11 +50,11 @@ jobs:
- name: Build
run: |
xmake f -vD -P core -a ${{ matrix.arch }} --runtime=luajit
- xmake -vD -P core
+ xmake -vD
- name: Tests
run: |
- Copy-Item ./core/build/xmake.exe ./xmake
+ Copy-Item ./build/xmake.exe ./xmake
Copy-Item ./scripts/xrepo.bat ./xmake
Copy-Item ./scripts/xrepo.ps1 ./xmake
$Env:XMAKE_PROGRAM_DIR = $(Resolve-Path ./xmake)