summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-09 22:54:40 +0800
committerruki <[email protected]>2023-02-09 22:54:40 +0800
commit338e3f192a89658bf559cfa9b9569c557db94bd1 (patch)
tree5102469c35e3f111cb47a5ede26fe56aa24aaf51 /.github/workflows
parent57b3f53abfd36fa1966ee1778e8dfb848725790c (diff)
update ci
Diffstat (limited to '.github/workflows')
-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)