From 338e3f192a89658bf559cfa9b9569c557db94bd1 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 9 Feb 2023 22:54:40 +0800 Subject: update ci --- .github/workflows/windows.yml | 4 ++-- .github/workflows/windows_luajit.yml | 4 ++-- 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) -- cgit v1.3.1