mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[ci] Build only x64.
This commit is contained in:
parent
a6235b0272
commit
56d04cd59c
1 changed files with 0 additions and 5 deletions
5
.github/workflows/sw.yml
vendored
5
.github/workflows/sw.yml
vendored
|
|
@ -15,9 +15,4 @@ jobs:
|
||||||
- uses: egorpugin/sw-action@master
|
- uses: egorpugin/sw-action@master
|
||||||
|
|
||||||
- name: build
|
- 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
|
run: ./sw -static -shared -config d,r build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue