1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

build before install

This commit is contained in:
Lars Melchior 2020-04-13 17:31:10 +02:00
parent b0384f889a
commit de74af1341

View file

@ -16,6 +16,7 @@ jobs:
- name: install - name: install
run: | run: |
cmake -H. -Bbuild cmake -H. -Bbuild
cmake --build build
cmake --build build --target install cmake --build build --target install
- name: configure - name: configure