mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 04:24:36 +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
|
||||
run: |
|
||||
cmake -H. -Bbuild
|
||||
cmake --build build
|
||||
cmake --build build --target install
|
||||
|
||||
- name: configure
|
||||
|
||||
Reference in New Issue
Block a user