CI no_threads fix

This commit is contained in:
2024-05-01 11:36:17 +02:00
parent 7e41da7373
commit 882139e18a

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
threads: [ "-DNO_THREADS", "" ] threads: [ "-DNO_THREADS=ON", "" ]
steps: steps:
- name: Checkout repo - name: Checkout repo