mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-28 10:47:49 +01:00
CI no_threads fix
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
threads: [ "-DNO_THREADS", "" ]
|
||||
threads: [ "-DNO_THREADS=ON", "" ]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user