summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml4
-rw-r--r--.github/workflows/windows_luajit.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 85ae743db..2fa8bbea9 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -61,11 +61,11 @@ jobs:
- name: Build
run: |
xmake f -vD -P core -a ${{ matrix.arch }}
- 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_MAIN_REPO = "https://github.com/xmake-io/xmake-repo.git"
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)