diff options
| author | ruki <[email protected]> | 2020-12-17 00:34:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-17 00:34:49 +0800 |
| commit | 98bdd72d370d044081667a325c27138b2d61892a (patch) | |
| tree | 7a68e970bc599fc92346e497f90cbb3ea7da9a24 | |
| parent | b16614cffa6d77431770e641c56d52355718bd34 (diff) | |
improve ci
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e3c12f8de..a93e74183 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -57,10 +57,10 @@ jobs: Copy-Item ./scripts/xrepo.bat ./xmake $Env:XMAKE_PROGRAM_DIR = $(Resolve-Path ./xmake) Set-Item -Path Env:Path -Value ($Env:XMAKE_PROGRAM_DIR + ";" + $Env:Path) + xrepo --version xmake show #xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake xmake lua -v -D tests/run.lua - xrepo --version # build artifacts - name: set release arch name |
