1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

Fix failing CI builds introduced by cb5fdd1

Add -DLIBCPUID_TESTS:BOOL=ON
This commit is contained in:
Veselin Georgiev 2021-07-16 02:03:06 +03:00
parent 1acaf9980b
commit 6c23fcaacd

View file

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- name: Generate build system
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=""
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_TESTS:BOOL=ON
- name: Build
run: cmake --build build