Skip to content

Commit

Permalink
.github/workflows/ci.yml: set FORCE_ANSI as build opts and remove USE…
Browse files Browse the repository at this point in the history
…_THREADS
  • Loading branch information
pnx committed Mar 31, 2020
1 parent ef93588 commit 9c86841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 9c86841

Please sign in to comment.