Update mingw_msys2.yml

pull/1005/head
ruki 3 years ago committed by GitHub
parent 48871df589
commit 4fac161efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/mingw_msys2.yml

@ -43,8 +43,8 @@ jobs:
shell: msys2 {0}
run: |
if [ "${{ matrix.arch }}" == "x86_64" ]; then
xmake l ./scripts/test.lua -vD -p mingw -a x86_64 -k ${{ matrix.kind }}
xmake l ./scripts/test.lua -D -p mingw -a x86_64 -k ${{ matrix.kind }}
else
xmake l ./scripts/test.lua -vD -p mingw -a i386 -k ${{ matrix.kind }}
xmake l ./scripts/test.lua -D -p mingw -a i386 -k ${{ matrix.kind }}
fi

Loading…
Cancel
Save