1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-04 16:10:53 +02:00
This commit is contained in:
Claus Klein 2025-03-13 09:55:16 +01:00 committed by GitHub
commit 23bd884412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 443 additions and 32 deletions

View file

@ -29,6 +29,7 @@ jobs:
- name: build and install library
run: |
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --target all_verify_interface_header_sets
sudo cmake --build build --target install
rm -rf build