[ci] Build only x64.

This commit is contained in:
lzwdgc 2020-09-10 17:37:24 +03:00
parent a6235b0272
commit 56d04cd59c

View file

@ -15,9 +15,4 @@ jobs:
- uses: egorpugin/sw-action@master
- name: build
if: matrix.os == 'windows-latest'
run: ./sw -static -shared -platform x86,x64 -config d,r build
- name: build
if: matrix.os != 'windows-latest'
run: ./sw -static -shared -config d,r build