mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
.github/workflows/ci.yml: set FORCE_ANSI as build opts and remove USE_THREADS
This commit is contained in:
parent
ef93588211
commit
9c86841612
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
|
||||
build-opts: [ "-DUSE_THREADS=ON", "-DUSE_THREADS=OFF" ]
|
||||
build-opts: [ "-DFORCE_ANSI=ON", "-DFORCE_ANSI=OFF" ]
|
||||
|
||||
name: ${{matrix.os}} (${{matrix.build-opts}})
|
||||
runs-on: ${{matrix.os}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue