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:
parent
b0384f889a
commit
de74af1341
1 changed files with 1 additions and 0 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue