diff options
| author | ruki <[email protected]> | 2020-09-11 22:16:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-11 22:16:28 +0800 |
| commit | 8b50ff7c6583e0ebfb2b249fc4528ca578d0e115 (patch) | |
| tree | 2146a843f782bf98c9a31f9d8f39f3cd40855aad /.github/workflows | |
| parent | 53912a4b27977d7487f86e485b53dc550b7af94e (diff) | |
disable bytecode for windows
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 469a0485a..0a54dfa37 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: with: # this is not supported, use dev branch instead # xmake-version: local# - xmake-version: [email protected] + xmake-version: branch@dev - uses: mihails-strasuns/[email protected] with: compiler: dmd-latest @@ -57,7 +57,7 @@ jobs: $Env:XMAKE_PROGRAM_DIR = $(Resolve-Path ./xmake) Set-Item -Path Env:Path -Value ($Env:XMAKE_PROGRAM_DIR + ";" + $Env:Path) xmake show - xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake + #xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake xmake lua -v -D tests/run.lua # build artifacts |
