mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 20:44:35 +03:00
build before install
This commit is contained in:
1
.github/workflows/install.yml
vendored
1
.github/workflows/install.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user